From 5334d489ac449a4ae68d35af7597524b2dd414b5 Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Tue, 3 Jan 2023 16:24:50 -0900 Subject: [PATCH] All-the-icons: post-build command (broken) --- 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 9e08287..77a0361 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -215,8 +215,9 @@ This is taken from a website that I can't remember at the moment." (epe-path-style 'full)) ;; File manager. Only breaks when you brag about how it doesn't. -(elpaca-use-package (all-the-icons - :post-build (all-the-icons-install-fonts))) +(elpaca-use-package + (all-the-icons :post-build + ("emacsclient" "--eval '(all-the-icons-install-fonts t)'"))) (elpaca-use-package (dirvish :files (:defaults "extensions/*.el"))