summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-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