From 190686fee1ceae81b8bfdf5a17a30edcc85ee4b5 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 17 Jan 2020 10:21:59 +0000 Subject: [PATCH] Suppress load-theme from confirming changes I don't feel like the confirmation dialog adds much value. --- configs/shared/.emacs.d/wpc/colorscheme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/shared/.emacs.d/wpc/colorscheme.el b/configs/shared/.emacs.d/wpc/colorscheme.el index 349d6f8e7..ba2b38cd8 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)