Set projectile keymap prefix explicitly
They changed it upstream, I don't like it.
This commit is contained in:
parent
00466a956a
commit
6323f69279
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue