summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/init-projectile.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/init-projectile.el b/lisp/init-projectile.el
index c61a910..659fb2f 100644
--- a/lisp/init-projectile.el
+++ b/lisp/init-projectile.el
@@ -27,8 +27,8 @@
(setq projectile-completion-system 'ivy)
;; set prefix
- :bind-keymap*
- ("C-c C-p" . projectile-command-map)
+ :bind-keymap
+ ("C-c p" . projectile-command-map)
:bind (;; C-x f finds file in project
("C-x f" . projectile-find-file)