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