summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-05-14 15:01:10 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-05-14 15:01:10 +0200
commitc0b905f724339248f728fa4649fdd097324916a2 (patch)
tree50977caab65c6af0ba0f401c9cbc8ef530e2173e
parent8e4cea8585a8aa20a3c44a9bc39b3b36ab82338e (diff)
Use all the icons.
-rw-r--r--init.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/init.org b/init.org
index cce8da0..51f5516 100644
--- a/init.org
+++ b/init.org
@@ -44,6 +44,8 @@ To install all packages via GNU Guix I can either use a manifest file or use the
guix install \
emacs \
emacs-ag \
+ emacs-all-the-icons \
+ emacs-all-the-icons-dired \
emacs-auctex \
emacs-company \
emacs-debbugs \
@@ -207,6 +209,12 @@ Currently, I’m a fan of themes with muted colours. The =tao-yang-theme= is a
(load-theme 'solarized-light t)
#+END_SRC
+Dired mode becomes much prettier with =all-the-icons=.
+
+#+BEGIN_SRC elisp
+(add-hook 'dired-mode-hook 'all-the-icons-dired-mode)
+#+END_SRC
+
* Default fonts
:PROPERTIES:
:header-args: :noweb-ref default-fonts