Move amx to ui.el

This commit is contained in:
Andreas Zweili 2022-08-21 14:57:27 +02:00
parent dfa1db5edc
commit 417d50557b
2 changed files with 7 additions and 7 deletions

View File

@ -11,13 +11,6 @@
(use-package langtool
:ensure t))
;; Amx, an alternative interface for M-x in Emacs
;; https://github.com/DarwinAwardWinner/amx
(use-package amx
:ensure t
:config
(amx-mode t))
(use-package move-text
:ensure t
:config

View File

@ -1,3 +1,10 @@
;; Amx, an alternative interface for M-x in Emacs
;; https://github.com/DarwinAwardWinner/amx
(use-package amx
:ensure t
:config
(amx-mode t))
;; smooth scrolling
(use-package smooth-scrolling
:ensure t