Apply all-the-icons to dired buffers
This commit is contained in:
parent
74d381ceed
commit
48b5f4ae5c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user