diff --git a/custom/setup-helm.el b/custom/setup-helm.el index 83512ac..14b0ece 100755 --- a/custom/setup-helm.el +++ b/custom/setup-helm.el @@ -5,6 +5,9 @@ ;; Changed to "C-c h". Note: We must set "C-c h" globally, because we ;; cannot change `helm-command-prefix-key' once `helm-config' is loaded. (global-set-key (kbd "C-c h") 'helm-command-prefix) + +(global-set-key (kbd "C-x C-f") 'helm-find-files) + (global-unset-key (kbd "C-x c")) (define-key helm-map (kbd "") 'helm-execute-persistent-action) ; rebind tab to do persistent action diff --git a/init.el b/init.el index 28f8cfa..4c98656 100755 --- a/init.el +++ b/init.el @@ -152,8 +152,6 @@ ;; If there is more than one, they won't work right. ) -(global-set-key (kbd "C-x C-f") 'helm-find-files) - (load-theme 'wombat) (provide 'init)