From c0b905f724339248f728fa4649fdd097324916a2 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 14 May 2020 15:01:10 +0200 Subject: Use all the icons. --- init.org | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'init.org') 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 -- cgit v1.2.3