Suppress load-theme from confirming changes
I don't feel like the confirmation dialog adds much value.
This commit is contained in:
parent
2f41167a6f
commit
190686fee1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue