All-the-icons: post-build command (broken)

This commit is contained in:
MitchMarq42 2023-01-03 16:24:50 -09:00
parent 8082e83934
commit 5334d489ac

View File

@ -215,8 +215,9 @@ This is taken from a website that I can't remember at the moment."
(epe-path-style 'full)) (epe-path-style 'full))
;; File manager. Only breaks when you brag about how it doesn't. ;; File manager. Only breaks when you brag about how it doesn't.
(elpaca-use-package (all-the-icons (elpaca-use-package
:post-build (all-the-icons-install-fonts))) (all-the-icons :post-build
("emacsclient" "--eval '(all-the-icons-install-fonts t)'")))
(elpaca-use-package (dirvish (elpaca-use-package (dirvish
:files (:defaults "extensions/*.el")) :files (:defaults "extensions/*.el"))