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)