[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:
Ivan Malison 2018-12-07 13:42:06 -08:00
parent 41fd931549
commit 372691c588
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -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)