about summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2017-06-23T15·46-0400
committerWilliam Carroll <wpcarro@gmail.com>2017-06-23T15·46-0400
commite51d11e4bc344f624ec90afd299ac1dcb5e6e1fb (patch)
tree934399d125d5751015c559a7a82b013b3caf8ca4 /configs
parent9cc1c0512a9a191f9d2c2a010b771eb0bf7607b6 (diff)
Updates kbd to search through projects
Diffstat (limited to 'configs')
-rw-r--r--configs/.emacs2
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)