all repos — nixfiles @ 7ae4a4e4c1921f26989687dbecc510cf57f70d1d

System and user configuration, managed by nix and home-manager

Emacs: use amx without smex history migration
Alan Pearce alan@alanpearce.eu
Thu, 27 Feb 2020 12:06:30 +0100
commit

7ae4a4e4c1921f26989687dbecc510cf57f70d1d

parent

00fbb034227dae5869b653906a5778bb3db8567d

1 files changed, 2 insertions(+), 4 deletions(-)

jump to
M user/emacs/.emacs.d/init.eluser/emacs/.emacs.d/init.el
@@ -221,10 +221,8 @@ :general ([remap isearch-forward] #'swiper-isearch)   :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)