From e51d11e4bc344f624ec90afd299ac1dcb5e6e1fb Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 23 Jun 2017 11:46:31 -0400 Subject: Updates kbd to search through projects --- configs/.emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit 1.4.1