use projectile key bindings
This commit is contained in:
parent
121321f449
commit
b459e74de4
1 changed files with 5 additions and 1 deletions
6
init.el
6
init.el
|
|
@ -104,7 +104,11 @@
|
||||||
|
|
||||||
(use-package projectile
|
(use-package projectile
|
||||||
:init
|
:init
|
||||||
(projectile-mode +1))
|
(projectile-mode +1)
|
||||||
|
:bind (:map projectile-mode-map
|
||||||
|
("C-c p" . projectile-command-map)
|
||||||
|
("C-c C-p" . projectile-command-map)))
|
||||||
|
|
||||||
|
|
||||||
(use-package editorconfig
|
(use-package editorconfig
|
||||||
:config (editorconfig-mode 1))
|
:config (editorconfig-mode 1))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue