diff --git a/home-manager/software/emacs/default.nix b/home-manager/software/emacs/default.nix index 72e822a..ad91062 100644 --- a/home-manager/software/emacs/default.nix +++ b/home-manager/software/emacs/default.nix @@ -9,6 +9,7 @@ extraPackages = epkgs: with pkgs;[ mu epkgs.ace-window + epkgs.amx epkgs.auctex epkgs.avy epkgs.biblio diff --git a/home-manager/software/emacs/emacs.d/loader.org b/home-manager/software/emacs/emacs.d/loader.org index f348450..862c8b5 100644 --- a/home-manager/software/emacs/emacs.d/loader.org +++ b/home-manager/software/emacs/emacs.d/loader.org @@ -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