diff options
author | Case Duckworth | 2022-01-21 17:41:57 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-21 17:41:57 -0600 |
commit | d00598afe65cce9f9ea59d819020ef11d48feedc (patch) | |
tree | 73a755c86a946f12c76088eb81a7208c6a2bb32b | |
parent | Update elfeed-update.el (diff) | |
download | emacs-d00598afe65cce9f9ea59d819020ef11d48feedc.tar.gz emacs-d00598afe65cce9f9ea59d819020ef11d48feedc.zip |
Add linebreak
-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) |