[emacs] Explicitly set projectile bindings

This commit is contained in:
Correl Roush 2018-07-25 14:09:03 -04:00
parent 172e06b6f7
commit a5ace37902

View file

@ -509,6 +509,7 @@ Editor-agnostic coding style configuration.
:ensure t
:defer t
:diminish " 📁"
:bind-keymap ("C-c p" . projectile-command-map)
:config
(projectile-mode t))