aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-11-11 14:10:22 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-11-11 14:10:22 +0000
commit90275b830855f4c62ef25783bb91d0de01327307 (patch)
tree9f51bb654d21adb3d370f890b426ab440048b45d
parentce64d094f2df45aea310fdb9d6168684fad52d61 (diff)
better handling of load-theme
Diffstat (limited to '')
-rw-r--r--doom.d/config.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/doom.d/config.el b/doom.d/config.el
index 72a9f55..41be935 100644
--- a/doom.d/config.el
+++ b/doom.d/config.el
@@ -36,7 +36,8 @@
;; 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-laserwave)
-(load-theme 'gruber-darker)
+
+(load-theme 'gruber-darker t)
;; This determines the style of line numbers in effect. If set to `nil', line
;; numbers are disabled. For relative line numbers, set this to `relative'.