Apply all-the-icons to dired buffers

This commit is contained in:
Gergely Polonkai 2023-08-30 18:41:11 +02:00
parent 74d381ceed
commit 48b5f4ae5c
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 8 additions and 0 deletions

View File

@ -2449,6 +2449,14 @@ requires connecting to a website and download a pretty large font file.
(use-package all-the-icons)
#+END_SRC
And apply it to dired, too.
#+begin_src emacs-lisp
(use-package all-the-icons-dired
:hook
(dired-mode . all-the-icons-dired-mode))
#+end_src
** NeoTree, if Dired is not an option
#+BEGIN_SRC emacs-lisp