mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-25 03:00:05 +00:00
[emacs] Explicitly set projectile bindings
This commit is contained in:
parent
172e06b6f7
commit
a5ace37902
1 changed files with 1 additions and 0 deletions
|
@ -509,6 +509,7 @@ Editor-agnostic coding style configuration.
|
||||||
:ensure t
|
:ensure t
|
||||||
:defer t
|
:defer t
|
||||||
:diminish " 📁"
|
:diminish " 📁"
|
||||||
|
:bind-keymap ("C-c p" . projectile-command-map)
|
||||||
:config
|
:config
|
||||||
(projectile-mode t))
|
(projectile-mode t))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue