Set projectile keymap prefix explicitly

They changed it upstream, I don't like it.
This commit is contained in:
madmaurice 2018-09-12 13:32:59 +02:00
parent 00466a956a
commit 6323f69279

View file

@ -388,6 +388,8 @@
:ensure t
:demand t
:delight '(:eval (concat " Project[" (projectile-project-name) "]"))
:init
(setq projectile-keymap-prefix (kbd "C-c p"))
:config
(projectile-global-mode t)
(setq projectile-completion-system 'ivy))