From 372691c58845571c2b50e16a2abfa98a06e2395b Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 7 Dec 2018 13:42:06 -0800 Subject: [PATCH] [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. --- dotfiles/emacs.d/README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 1c128b07..488bcd72 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -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)