summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-12-02 00:18:04 -0600
committerCase Duckworth2021-12-02 00:18:04 -0600
commit13d4ca9995da1bc2e71f52d02452f04127bdc79f (patch)
tree503cca49eade8647fb800389bbd6955d85d1a706 /init.el
parentConfigure +circe-server-buffer-action (diff)
downloademacs-13d4ca9995da1bc2e71f52d02452f04127bdc79f.tar.gz
emacs-13d4ca9995da1bc2e71f52d02452f04127bdc79f.zip
Add circadian
Diffstat (limited to 'init.el')
-rw-r--r--init.el9
1 files 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 @@
151 (:hook-into eshell-mode 151 (:hook-into eshell-mode
152 comint-mode)) 152 comint-mode))
153 153
154(setup (:straight circadian)
155 (:option circadian-themes '((:sunrise . modus-operandi)
156 (:sunset . modus-vivendi)))
157 (circadian-setup))
158
154(setup (:straight circe) 159(setup (:straight circe)
155 (:require _circe) 160 (:require _circe)
156 (:require +circe) 161 (:require +circe)
@@ -446,8 +451,7 @@
446 451
447(setup (:straight (modus-themes 452(setup (:straight (modus-themes
448 :host gitlab 453 :host gitlab
449 :repo "protesilaos/modus-themes")) 454 :repo "protesilaos/modus-themes")))
450 (load-theme 'modus-operandi t))
451 455
452(setup (:straight mwim) 456(setup (:straight mwim)
453 (:global "C-a" #'mwim-beginning 457 (:global "C-a" #'mwim-beginning
@@ -624,6 +628,7 @@
624 628
625(setup (:straight visual-fill-column) 629(setup (:straight visual-fill-column)
626 (:option visual-fill-column-center-text t) 630 (:option visual-fill-column-center-text t)
631 (:hook 'visual-line-mode)
627 (:hook-into org-mode) 632 (:hook-into org-mode)
628 (with-eval-after-load 'visual-fill-column 633 (with-eval-after-load 'visual-fill-column
629 (advice-add 'text-scale-adjust :after 'visual-fill-column-adjust))) 634 (advice-add 'text-scale-adjust :after 'visual-fill-column-adjust)))