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

@ -95,22 +95,6 @@
:hook (counsel-mode . counsel-projectile-mode)
:init (setq counsel-projectile-grep-initial-input '(ivy-thing-at-point)))
;; Enhance M-x
(use-package amx
:defer t
:straight t
:bind (("M-x" . amx)
("<menu>" . amx))
:init (setq amx-history-length 20))
;; Avy integration
(use-package ivy-avy
:defer t
:straight t
:bind (:map ivy-minibuffer-map
("C-'" . ivy-avy)))
(use-package ivy
:defer t
:straight t
@ -142,11 +126,5 @@
(setq all-the-icons-ivy-rich-color-icon t))
;; Integrate yasnippet
(use-package ivy-yasnippet
:defer t
:straight t
:bind ("C-c C-y" . ivy-yasnippet))
(provide 'init-ivy)
;;; init-ivy.el ends here

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