diff options
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index 781c188..4756312 100644 --- a/init.el +++ b/init.el | |||
@@ -1387,7 +1387,8 @@ See also `crux-reopen-as-root-mode'." | |||
1387 | modus-themes-bold-constructs t | 1387 | modus-themes-bold-constructs t |
1388 | modus-themes-italic-constructs t | 1388 | modus-themes-italic-constructs t |
1389 | modus-themes-headings '((t . (background)))) | 1389 | modus-themes-headings '((t . (background)))) |
1390 | (dawn-schedule #'modus-themes-load-operandi #'modus-themes-load-vivendi)) | 1390 | (dawn-schedule #'modus-themes-load-operandi |
1391 | #'modus-themes-load-vivendi)) | ||
1391 | 1392 | ||
1392 | (setup (:straight mwim) | 1393 | (setup (:straight mwim) |
1393 | (:require +mwim) | 1394 | (:require +mwim) |