aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 0c4cc7f..99d6491 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -221,6 +221,8 @@ ORIG-FUN is the function being wrapped, ARGS are the arguments specified"
(projectile-mode)
+(define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map)
+
(setq projectile-completion-system 'ivy)
(add-to-list 'projectile-project-root-files "yarn.lock")