diff options
author | William Carroll <wpcarro@gmail.com> | 2017-06-23T15·46-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2017-06-23T15·46-0400 |
commit | e51d11e4bc344f624ec90afd299ac1dcb5e6e1fb (patch) | |
tree | 934399d125d5751015c559a7a82b013b3caf8ca4 /configs | |
parent | 9cc1c0512a9a191f9d2c2a010b771eb0bf7607b6 (diff) |
Updates kbd to search through projects
Diffstat (limited to 'configs')
-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) |