feat(projects): use helm-projectile for project switching again

This commit is contained in:
2021-10-06 23:47:29 +01:00
parent bde765001b
commit 6e34c36e69
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,9 @@
:after (helm-global-bindings)
:bind
("C-x ;" . helm-projectile-find-file)
("C-x C-;" . helm-projectile-find-file))
("C-x C-;" . helm-projectile-find-file)
("C-c ;" . helm-projectile-switch-project)
("C-c C-;" . helm-projectile-switch-project))
(provide 'siren-helm-projectile)
;;; siren-helm-projectile.el ends here

View File

@@ -9,8 +9,6 @@
(use-package projectile
:bind
("C-c p p" . projectile-switch-project)
("C-c ;" . projectile-switch-project)
("C-c C-;" . projectile-switch-project)
("C-c p k" . projectile-kill-buffers)
("C-c p r" . projectile-replace)
("C-c p S" . projectile-save-project-buffers)