diff options
| author | bh <qn+git@excalibur.computer> | 2025-12-15 23:26:50 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2025-12-15 23:26:50 +0800 |
| commit | d2c743ab21050edd18ecd58fbf1bb32d5466fedc (patch) | |
| tree | 845617f8e2b55db4709279d733cfa3393bc7f907 /config/treemacs.el | |
| parent | d6e71a86756a7d3c9b2ea52228ec1db112d50b69 (diff) | |
Added Eshell configuration
Diffstat (limited to 'config/treemacs.el')
| -rw-r--r-- | config/treemacs.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/treemacs.el b/config/treemacs.el index 92baa84..7e7917f 100644 --- a/config/treemacs.el +++ b/config/treemacs.el @@ -56,7 +56,12 @@ :foreground "#74c4c4" :inherit 'unspecified)) +;; DIRED ;; Dired integration - adds nerd-icons to dired buffers (use-package nerd-icons-dired :hook (dired-mode . nerd-icons-dired-mode)) + +;; TODO +;;(use-package dired+ +;; :load-path "~/.config/emacs/config/packages/dired+") |
