Use regular eval-expression in favor of helm

This commit is contained in:
Lars Tveito 2015-04-22 00:08:10 +02:00
parent 9e14f23e26
commit c573f247f1

View File

@ -1204,7 +1204,6 @@
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(define-key custom-bindings-map (kbd "C-c h") 'helm-command-prefix) (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-x") 'helm-M-x)
(define-key custom-bindings-map (kbd "M-y") 'helm-show-kill-ring) (define-key custom-bindings-map (kbd "M-y") 'helm-show-kill-ring)
(define-key custom-bindings-map (kbd "C-x b") 'helm-mini) (define-key custom-bindings-map (kbd "C-x b") 'helm-mini)