Add amx for frequency sorted commands

This commit is contained in:
Andreas Zweili 2022-04-17 20:45:52 +02:00
parent 1c08608250
commit 3cacd9ba10
2 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,7 @@
extraPackages = epkgs: with pkgs;[
mu
epkgs.ace-window
epkgs.amx
epkgs.auctex
epkgs.avy
epkgs.biblio

View File

@ -880,6 +880,10 @@ This packages provide a much better experience in the minibuffer.
http://oremacs.com/swiper/
#+BEGIN_SRC emacs-lisp
(use-package amx
:ensure t
:config
(amx-mode t))
(use-package counsel
:ensure t
:config