From 438e19121003544b4bb7e8580abbece99eb0867a Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Sat, 18 Mar 2023 19:36:03 -0800 Subject: [PATCH] all-the-icons: re-indent --- lisp/mitch-packages.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index c26ee71..a05bdc5 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -422,8 +422,9 @@ If the current window occupies the whole frame, split it." ;; File manager. Only breaks when you brag about how it doesn't. (use-package all-the-icons - :elpaca (all-the-icons :post-build - ("emacsclient" "--eval '(all-the-icons-install-fonts t)'"))) + :elpaca (all-the-icons + :post-build + ("emacsclient" "--eval '(all-the-icons-install-fonts t)'"))) (use-package nerd-fonts :elpaca (:host github :repo "twlz0ne/nerd-fonts.el"))