diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-01-13 16:19:35 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-01-13 16:19:35 +0100 |
commit | 8e16ac5568cd093e0765caa9cbf9450241e6101b (patch) | |
tree | efcb9ee1704b58650a6b36eae207b4a094e08304 | |
parent | cca72fa61ef46196e290927e9b4170239d32b125 (diff) |
Replace all-the-icons with nerd-icons.
-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. |