@@ 769,12 769,13 @@ the various types/indicators.
#+begin_src emacs-lisp
(use-package all-the-icons)
+(use-package nerd-icons)
#+end_src
-*NOTE:* To actually install the icon files, you need to manually run
-the command ~all-the-icons-install-fonts~. Do it with =M-x=. We do
-not try to set this automatically so that you know what is happening
-and where those files are stored.
+*NOTE:* To install the icon files, you need to manually run the
+commands ~all-the-icons-install-fonts~ AND ~nerd-icons-install-fonts~.
+Do it with =M-x=. We do not try to set this automatically so that you
+know what is happening and where those files are stored.
We add those icons to ~dired~. Notice that we do this via a hook.
This is because the ~all-the-icons-dired-mode~ is a local mode: it