summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-02-19 11:22:47 +0000
committerYann Herklotz <git@yannherklotz.com>2023-02-19 11:22:47 +0000
commit9635430b97200285c6750321cb04df76b690641a (patch)
treee34b1335bca9ca20b61676d31b5177ed1d5f53e3
parentf259292d50d4496817d3b84b7d796036f529e1d6 (diff)
downloadymh-emacs-9635430b97200285c6750321cb04df76b690641a.tar.gz
ymh-emacs-9635430b97200285c6750321cb04df76b690641a.zip
Add :demand t instead of :defer nil
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 4b19132..9366f8e 100644
--- a/init.el
+++ b/init.el
@@ -376,8 +376,8 @@ https://yannherklotz.com"))
(use-package modus-themes
:ensure t
- :defer nil
:bind (("<f6>" . modus-themes-toggle))
+ :demand t
:init
(setq modus-themes-common-palette-overrides
'((bg-mode-line-active bg-cyan-subtle)