mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(projects): add missing dependency for all-the-icons
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user