diff options
Diffstat (limited to 'init.org')
-rw-r--r-- | init.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |