mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(navigation/dired): set dirvish to use nerd-icons instead of all-the-icons
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'siren-nerd-icons)
|
||||
|
||||
(use-package dirvish
|
||||
:custom
|
||||
(dirvish-cache-dir (siren-cache-dir "dirvish"))
|
||||
@@ -19,7 +21,7 @@
|
||||
("k" "~/Projects/krystal/" "krystal")))
|
||||
(dirvish-mode-line-format '(:left (sort file-time " " file-size symlink)
|
||||
:right (omit yank index)))
|
||||
(dirvish-attributes '(subtree-state all-the-icons collapse file-size))
|
||||
(dirvish-attributes '(subtree-state nerd-icons collapse file-size))
|
||||
(dirvish-reuse-session t)
|
||||
(dirvish-side-auto-expand t)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user