Fix projectile warning setting the frame title.

This commit is contained in:
kj 2022-05-18 03:43:24 -04:00
parent 52a7058da6
commit 2baff92bf0
1 changed files with 2 additions and 2 deletions

View File

@ -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