From a7e6791bf980034ac87ca2ec0548178257309ddc Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Thu, 24 Jun 2021 13:58:35 -0700 Subject: [PATCH] Doom: Add xonsh-mode --- doom/packages.el | 1 + 1 file changed, 1 insertion(+) diff --git a/doom/packages.el b/doom/packages.el index c4e9684..3745f21 100644 --- a/doom/packages.el +++ b/doom/packages.el @@ -38,6 +38,7 @@ ;; 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