Fix: ivy and projectile mode do not starting after init.

This commit is contained in:
KJ
2023-09-16 15:36:26 -04:00
parent 503bf53890
commit 637f04ae26
2 changed files with 4 additions and 5 deletions

View File

@ -193,7 +193,7 @@
(use-package projectile
:defer t
:bind ("C-c p" . projectile-command-map)
:diminish projectile-mode
:hook (elpaca-after-init . projectile-mode)
:custom ((projectile-completion-system 'ivy))
:init
(setq projectile-mode-line-prefix ""