Move helm setup to setup-helm.el
This commit is contained in:
parent
f197ef2483
commit
21401582d5
2 changed files with 3 additions and 2 deletions
|
|
@ -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 "<tab>") 'helm-execute-persistent-action) ; rebind tab to do persistent action
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue