From 6425b4625cc72d9131cb5a0f0baefbb1a4ea2a50 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 15 Jan 2021 01:34:49 +0000 Subject: [PATCH] feat(projects): add all-the-icons-ibuffer package --- modules/projects/siren-all-the-icons.el | 5 +++++ straight/versions/default.el | 1 + 2 files changed, 6 insertions(+) diff --git a/modules/projects/siren-all-the-icons.el b/modules/projects/siren-all-the-icons.el index e19f868..6f83965 100644 --- a/modules/projects/siren-all-the-icons.el +++ b/modules/projects/siren-all-the-icons.el @@ -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 diff --git a/straight/versions/default.el b/straight/versions/default.el index 6ba77a7..96e29d1 100644 --- a/straight/versions/default.el +++ b/straight/versions/default.el @@ -1,4 +1,5 @@ (("ace-window" . "c7cb315c14e36fded5ac4096e158497ae974bec9") + ("all-the-icons-ibuffer" . "0260cd194d150126bcb81823742ab53036942c73") ("all-the-icons.el" . "6917b08f64dd8487e23769433d6cb9ba11f4152f") ("amx" . "b99149715266b5c2c48f5a0fc43716d36575da5f") ("anzu" . "bdb3da5028935a4aea55c40769bc191a81afb54e")