Change all-the-icons to nerd-icons.

This commit is contained in:
KJ
2023-06-23 05:34:43 -04:00
parent ff3cb53fb6
commit e1c915d261
2 changed files with 17 additions and 13 deletions

View File

@ -122,14 +122,18 @@
;; For better performance
(setq ivy-rich-parse-remote-buffer nil))
;; Iconos en Ivy usando all-the-icons
(use-package all-the-icons-ivy-rich
;; nerd-icons en ivy
(use-package nerd-icons-ivy-rich
:defer t
:straight t
:ensure t
:hook (ivy-mode . all-the-icons-ivy-rich-mode)
:config
(setq all-the-icons-ivy-rich-color-icon t))
:hook (after-init . nerd-icons-ivy-rich-mode))
;; nerd-icons en ibuffer
(use-package nerd-icons-ibuffer
:straight t
:defer t
:hook (ibuffer-mode . nerd-icons-ibuffer-mode))
;; Ordenar los comandos usados en M-x (por uso y luego alfabéticamente)
(use-package smex