Add keybinding for helm-calcul-expression
This commit is contained in:
parent
bd32bfd2ca
commit
fbd51adcdb
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@
|
|||
|
||||
(global-set-key (kbd "C-x C-f") 'helm-find-files)
|
||||
|
||||
(global-set-key (kbd "C-c h c") 'helm-calcul-expression)
|
||||
|
||||
(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