summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-09-28 23:13:17 +0200
committerGravatar Tom Willemse2015-09-28 23:13:17 +0200
commit9456e865c7daa6168a582039cfa4ac5f5792a676 (patch)
treedad877cb9373d855c7ee2d1846144163b950143c /emacs
parentd2621b43caf289b8b463e91c89d7a337279045d6 (diff)
downloaddotfiles-9456e865c7daa6168a582039cfa4ac5f5792a676.tar.gz
dotfiles-9456e865c7daa6168a582039cfa4ac5f5792a676.zip
Use helm-find-files
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 5f969ca..099f94e 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -1524,6 +1524,7 @@ from myaethon2.core.decorators import (
(global-set-key (kbd "M-x") 'helm-M-x)
(global-set-key (kbd "C-x b") 'helm-buffers-list)
(global-set-key (kbd "C-x r b") 'helm-bookmarks)
+(global-set-key (kbd "C-x C-f") 'helm-find-files)
(setq org-completion-use-ido t)
(setq magit-completing-read-function 'magit-ido-completing-read)