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