Add keybinding for helm-calcul-expression

This commit is contained in:
laurensmiers 2016-04-08 17:47:51 +02:00
parent bd32bfd2ca
commit fbd51adcdb

View file

@ -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