mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(navigation): resolve load order between consult and projectile
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
;;; Code:
|
||||
|
||||
(use-package projectile
|
||||
:commands
|
||||
projectile-project-root
|
||||
|
||||
:general
|
||||
("C-c p p" 'projectile-switch-project)
|
||||
("C-c p k" 'projectile-kill-buffers)
|
||||
|
||||
Reference in New Issue
Block a user