From 9e3298f5a746407b2461159d54be486ad0337864 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 28 Nov 2015 23:31:24 +0100 Subject: Emacs: Remove unnecessary smex-init call --- tag-emacs/emacs.d/init.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 1629bdd1..eed4b390 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -1238,8 +1238,7 @@ don’t use it directly. :init (progn (setq smex-history-length 100 smex-save-file (concat user-emacs-directory - "smex-items")) - (smex-initialize))) + "smex-items")))) #+END_SRC * Modeline -- cgit 1.4.1