about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--configs/shared/.emacs.d/wpc/colorscheme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/shared/.emacs.d/wpc/colorscheme.el b/configs/shared/.emacs.d/wpc/colorscheme.el
index 349d6f8e7e05..ba2b38cd838b 100644
--- a/configs/shared/.emacs.d/wpc/colorscheme.el
+++ b/configs/shared/.emacs.d/wpc/colorscheme.el
@@ -45,7 +45,7 @@
 (defun colorscheme/set (theme)
     "Call `load-theme' with `THEME', ensuring that the line numbers are bright.
 There is no hook that I'm aware of to handle this more elegantly."
-    (load-theme theme)
+    (load-theme theme t)
     (prelude/set-line-number-color "#da5468"))
 
 (defun colorscheme/whitelist-set (colorscheme)