Remove unused packages and move amx to init-packages.el
This commit is contained in:
parent
92ac29ee5d
commit
a6848f631f
@ -95,22 +95,6 @@
|
|||||||
:hook (counsel-mode . counsel-projectile-mode)
|
:hook (counsel-mode . counsel-projectile-mode)
|
||||||
:init (setq counsel-projectile-grep-initial-input '(ivy-thing-at-point)))
|
: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
|
(use-package ivy
|
||||||
:defer t
|
:defer t
|
||||||
:straight t
|
:straight t
|
||||||
@ -142,11 +126,5 @@
|
|||||||
(setq all-the-icons-ivy-rich-color-icon t))
|
(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)
|
(provide 'init-ivy)
|
||||||
;;; init-ivy.el ends here
|
;;; init-ivy.el ends here
|
||||||
|
@ -7,6 +7,14 @@
|
|||||||
|
|
||||||
;;; Code:
|
;;; 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
|
;; Iconos principalmente para ser usados por neotree
|
||||||
(use-package all-the-icons
|
(use-package all-the-icons
|
||||||
:defer t
|
:defer t
|
||||||
|
Loading…
Reference in New Issue
Block a user