From 9ccfb1c40c0eef53fffda13b2875a8e077922d6b Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Mon, 1 Feb 2016 16:17:53 -0500 Subject: [PATCH] bind helm-find-files --- emacs | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs b/emacs index c663697..3a26807 100644 --- a/emacs +++ b/emacs @@ -49,6 +49,7 @@ (helm-mode 1) (global-set-key (kbd "M-x") 'helm-M-x) +(global-set-key (kbd "C-x C-f") 'helm-find-files) (projectile-global-mode 1) (global-set-key (kbd "C-c p s a") 'helm-projectile-ack) (global-subword-mode 1)