From 13d4ca9995da1bc2e71f52d02452f04127bdc79f Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 2 Dec 2021 00:18:04 -0600 Subject: Add circadian --- init.el | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index aadf54a..57657fe 100644 --- a/init.el +++ b/init.el @@ -151,6 +151,11 @@ (:hook-into eshell-mode comint-mode)) +(setup (:straight circadian) + (:option circadian-themes '((:sunrise . modus-operandi) + (:sunset . modus-vivendi))) + (circadian-setup)) + (setup (:straight circe) (:require _circe) (:require +circe) @@ -446,8 +451,7 @@ (setup (:straight (modus-themes :host gitlab - :repo "protesilaos/modus-themes")) - (load-theme 'modus-operandi t)) + :repo "protesilaos/modus-themes"))) (setup (:straight mwim) (:global "C-a" #'mwim-beginning @@ -624,6 +628,7 @@ (setup (:straight visual-fill-column) (:option visual-fill-column-center-text t) + (:hook 'visual-line-mode) (:hook-into org-mode) (with-eval-after-load 'visual-fill-column (advice-add 'text-scale-adjust :after 'visual-fill-column-adjust))) -- cgit 1.4.1-21-gabe81