diff --git a/modules/projects/siren-helm-projectile.el b/modules/projects/siren-helm-projectile.el index ea5c69d..7c650d5 100644 --- a/modules/projects/siren-helm-projectile.el +++ b/modules/projects/siren-helm-projectile.el @@ -10,7 +10,7 @@ (use-package helm-projectile :bind - ("C-x ;" . helm-projectile) + ("C-x ;" . helm-projectile-find-file) ("C-x C-;" . helm-projectile-find-file) ("C-c ;" . helm-projectile-switch-project) ("C-c C-;" . helm-projectile-switch-project))