From c573f247f1f612866888fa49752a4023016b40ab Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Wed, 22 Apr 2015 00:08:10 +0200 Subject: [PATCH] Use regular eval-expression in favor of helm --- init.org | 1 - 1 file changed, 1 deletion(-) diff --git a/init.org b/init.org index 4e3d21d..95b664d 100644 --- a/init.org +++ b/init.org @@ -1204,7 +1204,6 @@ #+BEGIN_SRC emacs-lisp (define-key custom-bindings-map (kbd "C-c h") 'helm-command-prefix) - (define-key custom-bindings-map (kbd "M-:") 'helm-eval-expression-with-eldoc) (define-key custom-bindings-map (kbd "M-x") 'helm-M-x) (define-key custom-bindings-map (kbd "M-y") 'helm-show-kill-ring) (define-key custom-bindings-map (kbd "C-x b") 'helm-mini)