~protesilaos/emacs-notepad

f6e97fae5bc512f0c779536249659c28df18d802 — Protesilaos Stavrou 5 months ago be727ac
Add nerd-icons dependency
1 files changed, 5 insertions(+), 4 deletions(-)

M emacs-notepad.org
M emacs-notepad.org => emacs-notepad.org +5 -4
@@ 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