From c4516a81ca28f7bd156e5c8bfef165832c67f3e2 Mon Sep 17 00:00:00 2001 From: Zastian Pretorius Date: Fri, 15 Apr 2022 16:44:39 +0200 Subject: [PATCH] updated doom emacs to use doom-dracula theme --- doom/.doom.d/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom/.doom.d/config.el b/doom/.doom.d/config.el index 9ecabf3..f2456f7 100644 --- a/doom/.doom.d/config.el +++ b/doom/.doom.d/config.el @@ -25,7 +25,7 @@ ;; There are two ways to load a theme. Both assume the theme is installed and ;; available. You can either set `doom-theme' or manually load a theme with the ;; `load-theme' function. This is the default: -(setq doom-theme 'doom-one) +(setq doom-theme 'doom-dracula) ;; If you use `org' and don't want your org files in the default location below, ;; change `org-directory'. It must be set before org loads!