New prefix for projectile

This commit is contained in:
Benson Chu 2020-05-18 21:43:38 -05:00
parent b27dbf0abe
commit b4eef74fe6

View file

@ -308,7 +308,7 @@
#+begin_src emacs-lisp
(use-package projectile
:defer 5
:bind-keymap ("C-c C-p" . projectile-command-map)
:bind-keymap ("C-c C-." . projectile-command-map)
:init (progn
(setq projectile-enable-caching nil)
(setq projectile-git-submodule-command nil)