Do not confirm theme load on every start

This commit is contained in:
m.fries
2023-08-10 07:46:23 +02:00
parent ae674da7d2
commit 24e4bd8a4b

View File

@@ -45,7 +45,7 @@ Packages provided by =straight.el= https://github.com/radian-software/straight.e
modus-themes-preset-overrides-intense)
;; Load the theme of your choice.
(load-theme 'modus-operandi)
(load-theme 'modus-operandi t)
(define-key global-map (kbd "<f5>") #'modus-themes-toggle))
#+end_src