From c199ee7a11ccc4e7935c1407987fcb2bfaa431f5 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 7 May 2014 23:01:07 -0400 Subject: Clean up init-smex.el --- lisp/init-smex.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lisp') diff --git a/lisp/init-smex.el b/lisp/init-smex.el index bd0c5eb..14610d0 100644 --- a/lisp/init-smex.el +++ b/lisp/init-smex.el @@ -1,12 +1,8 @@ (require-package 'smex) -;; http://www.juanrubio.me/2011/11/emacs-smex-m-x-do-not-like-typing/ (smex-initialize) -;; smex bound in km-evil.ex (,x). -(global-set-key (kbd "M-X") 'smex-major-mode-commands) -;; Old M-x -(global-set-key (kbd "M-x") 'execute-extended-command) +(global-set-key (kbd "M-X") 'smex-major-mode-commands) (key-chord-define-global ",x" 'smex) (provide 'init-smex) -- cgit v1.2.3