Fix typo in siren-persp-mode module

This commit is contained in:
2019-08-16 13:07:31 +01:00
parent aed84c02d1
commit 9ebd3c192b
2 changed files with 5 additions and 4 deletions

View File

@@ -10,8 +10,8 @@
(use-package helm-projectile
:bind
("C-x C-;" . helm-projectile)
("C-x ;" . helm-projectile-find-file)
("C-x ;" . helm-projectile)
("C-x C-;" . helm-projectile-find-file)
("C-c ;" . helm-projectile-switch-project)
("C-c C-;" . helm-projectile-switch-project))