summaryrefslogtreecommitdiff
path: root/config/treemacs.el
diff options
context:
space:
mode:
authorbh <qn+git@excalibur.computer>2025-12-15 22:04:22 +0800
committerbh <qn+git@excalibur.computer>2025-12-15 22:04:22 +0800
commit891960df1400a9aa5f76fec502e52591e9350931 (patch)
tree5c832d9c3dfc0ab41290d7bdc4fceddcbf2bdd62 /config/treemacs.el
parent096790cd907f4874e0e121c42b6b33a50e5105d2 (diff)
Added icons to Dired
Diffstat (limited to 'config/treemacs.el')
-rw-r--r--config/treemacs.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/treemacs.el b/config/treemacs.el
index e6acc95..92baa84 100644
--- a/config/treemacs.el
+++ b/config/treemacs.el
@@ -55,3 +55,8 @@
(set-face-attribute 'treemacs-nerd-icons-file-face nil
:foreground "#74c4c4"
:inherit 'unspecified))
+
+;; Dired integration - adds nerd-icons to dired buffers
+(use-package nerd-icons-dired
+ :hook
+ (dired-mode . nerd-icons-dired-mode))