mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
New prefix for projectile
This commit is contained in:
parent
b27dbf0abe
commit
b4eef74fe6
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue