diff --git a/configuration.org b/configuration.org index 547e8f5..dc48f9f 100644 --- a/configuration.org +++ b/configuration.org @@ -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