Fix projectile not being loaded

This commit is contained in:
Charlotte Van Petegem 2022-06-16 09:39:00 +02:00
parent b03d5eb08f
commit c70daffa36
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -63,7 +63,6 @@
;; Project management
(use-package projectile
:after consult
:commands (projectile-project-root)
:custom (consult-project-function #'projectile-project-root "Use projectile to determine project roots.")
:diminish (projectile-mode)