mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Add additional projectile keybindings
This ensures those keybindings work even before the package is loaded by use-package.
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
(use-package projectile
|
||||
:bind
|
||||
("C-c p p" . projectile-switch-project)
|
||||
("C-c p k" . projectile-kill-buffers)
|
||||
("C-c p r" . projectile-replace)
|
||||
("C-c p S" . projectile-save-project-buffers)
|
||||
("C-c C-b" . projectile-ibuffer)
|
||||
("C-c C-k" . projectile-kill-buffers)
|
||||
("C-x C-t" . projectile-find-file)
|
||||
|
||||
Reference in New Issue
Block a user