aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2018-08-10 15:04:43 -0700
committerGravatar Tom Willemse2018-08-14 11:40:21 -0700
commite7ce09ed0275394a6997e40d3468295acf8b7976 (patch)
tree7964bc032ee13431be73f66c39e99ee6c4a4ac16 /emacs
parentfb64d34db4c5620d142031a9da5c26f03381649a (diff)
downloadnew-dotfiles-e7ce09ed0275394a6997e40d3468295acf8b7976.tar.gz
new-dotfiles-e7ce09ed0275394a6997e40d3468295acf8b7976.zip
Manually define projectile prefix key
Diffstat (limited to 'emacs')
-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")