Remove unused packages and move amx to init-packages.el

This commit is contained in:
kj
2022-11-28 22:47:21 -04:00
parent 92ac29ee5d
commit a6848f631f
2 changed files with 8 additions and 22 deletions

View File

@ -7,6 +7,14 @@
;;; Code:
;; Mejorar M-x
(use-package amx
:defer t
:straight t
:bind (("M-x" . amx)
("<menu>" . amx))
:init (setq amx-history-length 20))
;; Iconos principalmente para ser usados por neotree
(use-package all-the-icons
:defer t