From d9cae60fa5048abd3528f96a285109329639fda6 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 23 Jan 2015 23:23:05 -0500 Subject: Improve organization and consistency of files - Add pages and more headings for large files. - Try to use consistent order for file (or page) structure. * Loading * Settings * Hooks * Any mode activation or function calls * My functions * Key bindings --- lisp/init-smex.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/init-smex.el') diff --git a/lisp/init-smex.el b/lisp/init-smex.el index 56183b9..86d12a7 100644 --- a/lisp/init-smex.el +++ b/lisp/init-smex.el @@ -1,7 +1,7 @@ -(smex-initialize) - (global-set-key (kbd "M-X") 'smex-major-mode-commands) (key-chord-define-global ",x" 'smex) +(smex-initialize) + (provide 'init-smex) -- cgit v1.2.3