Use helm-find-files

This commit is contained in:
Tom Willemse 2015-09-28 23:13:17 +02:00
parent d2621b43ca
commit 9456e865c7

View file

@ -1524,6 +1524,7 @@ from myaethon2.core.decorators import (
(global-set-key (kbd "M-x") 'helm-M-x) (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 b") 'helm-buffers-list)
(global-set-key (kbd "C-x r b") 'helm-bookmarks) (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 org-completion-use-ido t)
(setq magit-completing-read-function 'magit-ido-completing-read) (setq magit-completing-read-function 'magit-ido-completing-read)