From 9b8c8449c6fd169ef00a00a70b4f66cfdc3a3b45 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 6 Feb 2024 15:45:57 -0500 Subject: [PATCH] refactor: remove all-the-icons I began phasing out all-the-icons in 9787022. Now that Doom has no (first order) dependencies that depend on it (and enough time has passed), it's time to remove it. Ref: 9787022b839d --- lisp/packages.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/packages.el b/lisp/packages.el index 0020e1c61..11bd02520 100644 --- a/lisp/packages.el +++ b/lisp/packages.el @@ -20,7 +20,6 @@ :pin "b3760f5829dba37e855add7323304561eb57a3d4") ;; doom-ui.el -(package! all-the-icons :pin "ee414384938ccf2ce93c77d717b85dc5538a257d") (package! nerd-icons :pin "c6a4acf19454b415cba1c43daf4bfca8fccdd9ba") (package! hide-mode-line :pin "bc5d293576c5e08c29e694078b96a5ed85631942") (package! highlight-numbers :pin "8b4744c7f46c72b1d3d599d4fb75ef8183dee307")