chore(projects): remove left-over "C-c b" keybinding from projectile

"C-c b" is now handled by consult via a custom
siren-consult-projectile-buffer function.
This commit is contained in:
2022-02-23 12:05:27 +00:00
parent 96d5bab074
commit ae6877668f

View File

@@ -13,7 +13,6 @@
("C-c p r" . projectile-replace)
("C-c p S" . projectile-save-project-buffers)
("C-c C-b" . projectile-ibuffer)
("C-c b" . projectile-switch-to-buffer)
("C-x C-t" . projectile-find-file)
("C-x j" . projectile-dired)