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"))