diff options
author | Alan Pearce | 2020-02-27 12:06:30 +0100 |
---|---|---|
committer | Alan Pearce | 2020-02-27 12:06:30 +0100 |
commit | 7ae4a4e4c1921f26989687dbecc510cf57f70d1d (patch) | |
tree | 362c3098db2584af7da1ca76498455ff3a8880a3 /user | |
parent | 00fbb034227dae5869b653906a5778bb3db8567d (diff) | |
download | nixfiles-7ae4a4e4c1921f26989687dbecc510cf57f70d1d.tar.lz nixfiles-7ae4a4e4c1921f26989687dbecc510cf57f70d1d.tar.zst nixfiles-7ae4a4e4c1921f26989687dbecc510cf57f70d1d.zip |
Emacs: use amx without smex history migration
Diffstat (limited to 'user')
-rw-r--r-- | user/emacs/.emacs.d/init.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/user/emacs/.emacs.d/init.el b/user/emacs/.emacs.d/init.el index ef68b0f5..cc78f708 100644 --- a/user/emacs/.emacs.d/init.el +++ b/user/emacs/.emacs.d/init.el @@ -221,10 +221,8 @@ _p_rev _u_pper _=_: upper/lower _r_esolve :config (progn (setq ivy-count-format "%d/%d "))) -;; transition smex history to amx -(let ((smex-save-file (concat user-emacs-directory "smex-items"))) - (use-package amx - :config (setq amx-history-length 100))) +(use-package amx + :config (setq amx-history-length 100)) (use-package counsel :commands (counsel-unicode-char) |