Suppress load-theme from confirming changes

I don't feel like the confirmation dialog adds much value.
This commit is contained in:
William Carroll 2020-01-17 10:21:59 +00:00
parent 2f41167a6f
commit 190686fee1

View file

@ -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)