diff options
Diffstat (limited to 'configs/.emacs')
-rw-r--r-- | configs/.emacs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/.emacs b/configs/.emacs index a72b32471ff1..2ff8906259a9 100644 --- a/configs/.emacs +++ b/configs/.emacs @@ -486,7 +486,7 @@ :bind (("M-x" . helm-M-x) ("M-y" . helm-show-kill-ring) ("C-x b" . helm-mini) - ("C-x f" . helm-projectile-find-file) + ("C-x f" . helm-projectile-switch-project) ("C-x p" . helm-projectile-ag) ("C-x C-f" . helm-find-files) |