diff --git a/init.el b/init.el index 0e7c75c9..93909a8f 100755 --- a/init.el +++ b/init.el @@ -51,6 +51,8 @@ There are two things you can do about this warning: (require 'bundles) (ivy-mode 1) (projectile-mode +1) +(define-key projectile-mode-map (kbd "s-p") 'projectile-command-map) +(define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map) ;; UTF-8 FTW (prefer-coding-system 'utf-8) (set-default-coding-systems 'utf-8)