summary refs log tree commit diff
path: root/emacs.d/core
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/core')
-rw-r--r--emacs.d/core/core-editor.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/core/core-editor.el b/emacs.d/core/core-editor.el
index 5892471..1072fdd 100644
--- a/emacs.d/core/core-editor.el
+++ b/emacs.d/core/core-editor.el
@@ -54,6 +54,7 @@
 
 (use-package projectile
   :ensure t
+  :bind ("s-p" . projectile-command-map)
   :init
   (setq projectile-enable-caching t)
   (setq projectile-completion-system 'ivy)