Fix loading of projectile-command-map
This commit is contained in:
parent
3a5d946938
commit
79029fc03b
@ -2,10 +2,12 @@
|
||||
|
||||
;; Project management
|
||||
(use-package projectile
|
||||
:commands (projectile-project-root)
|
||||
:demand
|
||||
:autoload (projectile-project-root)
|
||||
:general
|
||||
(leader-map "p" `(,projectile-command-map :which-key "projectile"))
|
||||
:config
|
||||
(projectile-mode 1)
|
||||
(leader-def-key "p" '(projectile-command-map :which-key "projectile")))
|
||||
(projectile-mode 1))
|
||||
|
||||
;; Ripgrep integration
|
||||
(use-package projectile-ripgrep
|
||||
|
Loading…
Reference in New Issue
Block a user