Remove unused packages and move amx to init-packages.el
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user