From 1cb7eba76b110eea2563cfd7d61670b7e59e39bb Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 18 Sep 2023 09:52:30 +0200 Subject: [PATCH] [Emacs] Fix all-the-icons loading --- org/config/emacs.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org/config/emacs.org b/org/config/emacs.org index c817a33..fadb4d0 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -1295,7 +1295,9 @@ I warned you I’d use too much ~all-the-icons~, I did! (use-package all-the-icons-ivy :straight (:build t) :after (ivy all-the-icons) + :init (all-the-icons-ivy-setup) :hook (after-init . all-the-icons-ivy-setup)) +(all-the-icons-ivy-setup) #+end_src A buffer popping at the bottom of the screen is nice and all, but have