summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.org
diff options
context:
space:
mode:
authorAlan Pearce2015-11-28 23:31:24 +0100
committerAlan Pearce2015-11-28 23:31:24 +0100
commit9e3298f5a746407b2461159d54be486ad0337864 (patch)
tree68dc6bc30c675250b2bdbe26e217efd5d2075d42 /tag-emacs/emacs.d/init.org
parent02bdf698cbcad8213937730031a686a611dc43a6 (diff)
downloaddotfiles-9e3298f5a746407b2461159d54be486ad0337864.tar.lz
dotfiles-9e3298f5a746407b2461159d54be486ad0337864.tar.zst
dotfiles-9e3298f5a746407b2461159d54be486ad0337864.zip
Emacs: Remove unnecessary smex-init call
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r--tag-emacs/emacs.d/init.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 1629bdd..eed4b39 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