feat(projects): add all-the-icons-ibuffer package

This commit is contained in:
2021-01-15 01:34:49 +00:00
parent 5f278ab277
commit 6425b4625c
2 changed files with 6 additions and 0 deletions

View File

@@ -13,5 +13,10 @@
:after memoize
:if window-system)
(use-package all-the-icons-ibuffer
:after all-the-icons
:if window-system
:init (all-the-icons-ibuffer-mode 1))
(provide 'siren-all-the-icons)
;;; siren-all-the-icons.el ends here