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
|
:ensure t
|
||||||
:demand t
|
:demand t
|
||||||
:delight '(:eval (concat " Project[" (projectile-project-name) "]"))
|
:delight '(:eval (concat " Project[" (projectile-project-name) "]"))
|
||||||
|
:init
|
||||||
|
(setq projectile-keymap-prefix (kbd "C-c p"))
|
||||||
:config
|
:config
|
||||||
(projectile-global-mode t)
|
(projectile-global-mode t)
|
||||||
(setq projectile-completion-system 'ivy))
|
(setq projectile-completion-system 'ivy))
|
||||||
|
|
Loading…
Reference in a new issue