summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-21 17:41:57 -0600
committerCase Duckworth2022-01-21 17:41:57 -0600
commitd00598afe65cce9f9ea59d819020ef11d48feedc (patch)
tree73a755c86a946f12c76088eb81a7208c6a2bb32b /init.el
parentUpdate elfeed-update.el (diff)
downloademacs-d00598afe65cce9f9ea59d819020ef11d48feedc.tar.gz
emacs-d00598afe65cce9f9ea59d819020ef11d48feedc.zip
Add linebreak
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
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)