Use helm-find-files
This commit is contained in:
parent
d2621b43ca
commit
9456e865c7
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue