Fix name of consult-project-function
This commit is contained in:
parent
4b7e38c974
commit
0d89190edc
1 changed files with 2 additions and 1 deletions
|
@ -63,8 +63,9 @@
|
|||
|
||||
;; Project management
|
||||
(use-package projectile
|
||||
:after consult
|
||||
:commands (projectile-project-root)
|
||||
:custom (consult-project-root-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)
|
||||
:config (projectile-mode 1)
|
||||
:general
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue