diff --git a/modules/projects/siren-all-the-icons.el b/modules/projects/siren-all-the-icons.el index b521031..e19f868 100644 --- a/modules/projects/siren-all-the-icons.el +++ b/modules/projects/siren-all-the-icons.el @@ -6,7 +6,12 @@ ;;; Code: -(use-package all-the-icons) +;; Required by all-the-icons +(use-package memoize) + +(use-package all-the-icons + :after memoize + :if window-system) (provide 'siren-all-the-icons) ;;; siren-all-the-icons.el ends here