summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.org b/init.org
index 7a80b7d..960030f 100644
--- a/init.org
+++ b/init.org
@@ -198,10 +198,10 @@ The Modus themes look pretty nice.
(set-face-background 'fringe (face-attribute 'default :background))
#+END_SRC
-Dired mode becomes much prettier with =all-the-icons=.
+Dired mode becomes much prettier with =nerd-icons=.
#+BEGIN_SRC elisp
-(add-hook 'dired-mode-hook 'all-the-icons-dired-mode)
+(use-package nerd-icons)
#+END_SRC
I like the doom emacs modeline with buffer-appropriate icons.