From 48b5f4ae5cc3e394f73947959ecf88b3c9b96f75 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 30 Aug 2023 18:41:11 +0200 Subject: [PATCH] Apply all-the-icons to dired buffers --- configuration.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configuration.org b/configuration.org index 547e8f5..dc48f9f 100644 --- a/configuration.org +++ b/configuration.org @@ -2449,6 +2449,14 @@ requires connecting to a website and download a pretty large font file. (use-package all-the-icons) #+END_SRC +And apply it to dired, too. + +#+begin_src emacs-lisp +(use-package all-the-icons-dired + :hook + (dired-mode . all-the-icons-dired-mode)) +#+end_src + ** NeoTree, if Dired is not an option #+BEGIN_SRC emacs-lisp