emacs-configuration: Switch from all-the-icons-dired to treemacs-icons-dired-mode

This commit is contained in:
Collin J. Doering 2022-04-08 21:43:59 -04:00
parent 3878a83a85
commit cadb2a3c8b
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
2 changed files with 3 additions and 4 deletions

View File

@ -81,7 +81,6 @@
"emacs-ace-window"
"emacs-ag"
"emacs-all-the-icons"
"emacs-all-the-icons-dired"
"emacs-auctex"
"emacs-auto-complete"
"emacs-auto-yasnippet"

View File

@ -223,9 +223,6 @@ Use password store backend disabling netrc and gpg encrypted netrc options. See
(remove-hook 'after-make-frame-functions
'doom|init-theme-in-frame))
(use-package all-the-icons-dired
:config (add-hook 'dired-mode-hook 'all-the-icons-dired-mode))
(use-package doom-themes
:config (progn
(setq doom-themes-enable-bold t ; if nil, bold is universally disabled
@ -2207,6 +2204,9 @@ via the customize variable ~org-roam-encrypt-files~.
(use-package treemacs-all-the-icons
:after treemacs all-the-icons)
(use-package treemacs-icons-dired
:config (treemacs-icons-dired-mode 1))
(use-package treemacs-magit
:after treemacs magit)