Fix projectile not being loaded
This commit is contained in:
parent
b03d5eb08f
commit
c70daffa36
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@
|
||||||
|
|
||||||
;; Project management
|
;; Project management
|
||||||
(use-package projectile
|
(use-package projectile
|
||||||
:after consult
|
|
||||||
:commands (projectile-project-root)
|
:commands (projectile-project-root)
|
||||||
:custom (consult-project-function #'projectile-project-root "Use projectile to determine project roots.")
|
:custom (consult-project-function #'projectile-project-root "Use projectile to determine project roots.")
|
||||||
:diminish (projectile-mode)
|
:diminish (projectile-mode)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue