Add icons to dired buffers
This commit is contained in:
parent
5d1304fa82
commit
11f585fa11
1 changed files with 3 additions and 0 deletions
|
|
@ -33,6 +33,9 @@
|
||||||
(use-package better-defaults
|
(use-package better-defaults
|
||||||
:straight (:host nil :repo "https://git.sr.ht/~technomancy/better-defaults"))
|
:straight (:host nil :repo "https://git.sr.ht/~technomancy/better-defaults"))
|
||||||
|
|
||||||
|
(use-package treemacs-icons-dired
|
||||||
|
:hook (dired-mode . treemacs-icons-dired-mode))
|
||||||
|
|
||||||
(use-package undo-tree
|
(use-package undo-tree
|
||||||
:init (global-undo-tree-mode)
|
:init (global-undo-tree-mode)
|
||||||
:custom
|
:custom
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue