Change all-the-icons to nerd-icons.
This commit is contained in:
@ -14,18 +14,18 @@
|
||||
|
||||
;;; Code:
|
||||
|
||||
;; Iconos bonitos
|
||||
(use-package all-the-icons
|
||||
:defer t
|
||||
;; Iconos bonitos para varias cosas
|
||||
(use-package nerd-icons
|
||||
:straight t
|
||||
:config
|
||||
(setq all-the-icons-dired-monochrome nil))
|
||||
:defer t)
|
||||
|
||||
;; Usar all-the-icons en dired
|
||||
(use-package all-the-icons-dired
|
||||
;; Usar nerd-icons en dired
|
||||
(use-package nerd-icons-dired
|
||||
:straight t
|
||||
:defer t
|
||||
:hook (dired-mode . all-the-icons-dired-mode))
|
||||
:hook (dired-mode . nerd-icons-dired-mode)
|
||||
:config
|
||||
(setq dired-sidebar-theme 'nerd))
|
||||
|
||||
;; Intercamiar buffers de lugar
|
||||
(use-package buffer-move
|
||||
|
Reference in New Issue
Block a user