forked from colonelpanic/dotfiles
[Emacs] Add a binding for the projectile-command-map
This is simply the old default binding which was removed in a recent version of projectile.
This commit is contained in:
parent
41fd931549
commit
372691c588
@ -1884,6 +1884,7 @@ I use helm for almost all emacs completion
|
||||
(progn
|
||||
(use-package persp-projectile
|
||||
:commands projectile-persp-switch-project)
|
||||
(define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map)
|
||||
|
||||
(projectile-global-mode)
|
||||
(setq projectile-require-project-root nil)
|
||||
|
Loading…
Reference in New Issue
Block a user