Fix projectile warning setting the frame title.
This commit is contained in:
parent
52a7058da6
commit
2baff92bf0
@ -202,10 +202,10 @@
|
||||
(use-package projectile
|
||||
:defer t
|
||||
:diminish projectile-mode
|
||||
:config
|
||||
(projectile-mode)
|
||||
:custom ((projectile-completion-system 'ivy))
|
||||
:init
|
||||
(projectile-mode)
|
||||
:config
|
||||
;; Rutas de archivos temporales.
|
||||
(setq projectile-cache-file (expand-file-name "projectile.cache" temp-dir))
|
||||
(setq projectile-known-projects-file (expand-file-name
|
||||
|
Loading…
Reference in New Issue
Block a user