diff options
author | Alan Pearce | 2015-11-28 23:31:24 +0100 |
---|---|---|
committer | Alan Pearce | 2015-11-28 23:31:24 +0100 |
commit | 9e3298f5a746407b2461159d54be486ad0337864 (patch) | |
tree | 68dc6bc30c675250b2bdbe26e217efd5d2075d42 /tag-emacs/emacs.d | |
parent | 02bdf698cbcad8213937730031a686a611dc43a6 (diff) | |
download | dotfiles-9e3298f5a746407b2461159d54be486ad0337864.tar.lz dotfiles-9e3298f5a746407b2461159d54be486ad0337864.tar.zst dotfiles-9e3298f5a746407b2461159d54be486ad0337864.zip |
Emacs: Remove unnecessary smex-init call
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 3 |
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 |