From b46bc8a2e5cd7574234d2c29cff10c1ad14d75fb Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Thu, 25 May 2023 12:35:13 -0700 Subject: [PATCH] Doom: Remove unused packages --- doom/packages.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/doom/packages.el b/doom/packages.el index 3745f21..4f1a279 100644 --- a/doom/packages.el +++ b/doom/packages.el @@ -37,8 +37,6 @@ ;; If you'd like to disable a package included with Doom, for whatever reason, ;; you can do so here with the `:disable' property: -(package! coffee-mode :disable t) -(package! xonsh-mode) ;; You can override the recipe of a built in package without having to specify ;; all the properties for `:recipe'. These will inherit the rest of its recipe