From fbd51adcdbe7ce80ec1c33698383207b96e5e86d Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Fri, 8 Apr 2016 17:47:51 +0200 Subject: [PATCH] Add keybinding for helm-calcul-expression --- custom/setup-helm.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom/setup-helm.el b/custom/setup-helm.el index 230cf43..62d77fa 100755 --- a/custom/setup-helm.el +++ b/custom/setup-helm.el @@ -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 "") 'helm-execute-persistent-action) ; rebind tab to do persistent action