summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-12-25 12:23:45 -0600
committerCase Duckworth2021-12-25 12:23:45 -0600
commit1a1e26f23da81c7d78d4c81235af85a67d68752e (patch)
treed426fdecc23d1f311a3f1d8446d3b4afdc8a59ad /init.el
parentBunch of changes; notably +filldent-dwim (diff)
downloademacs-1a1e26f23da81c7d78d4c81235af85a67d68752e.tar.gz
emacs-1a1e26f23da81c7d78d4c81235af85a67d68752e.zip
Change circadian to +sunrise-sunset
I think this'll be less buggy overall.
Diffstat (limited to 'init.el')
-rw-r--r--init.el15
1 files changed, 3 insertions, 12 deletions
diff --git a/init.el b/init.el index 86dca9a..45133df 100644 --- a/init.el +++ b/init.el
@@ -257,10 +257,6 @@
257 (:face aw-mode-line-face ((t (:foreground "red")))) 257 (:face aw-mode-line-face ((t (:foreground "red"))))
258 (+ace-window-display-mode +1)) 258 (+ace-window-display-mode +1))
259 259
260(setup (:straight acme-theme)
261 ;; (load-theme 'acme t)
262 )
263
264(setup (:straight anzu) 260(setup (:straight anzu)
265 (:option anzu-cons-mode-line-p nil) 261 (:option anzu-cons-mode-line-p nil)
266 (:+key [remap query-replace] 'anzu-query-replace-regexp 262 (:+key [remap query-replace] 'anzu-query-replace-regexp
@@ -295,16 +291,10 @@
295 (:hook-into eshell-mode 291 (:hook-into eshell-mode
296 comint-mode)) 292 comint-mode))
297 293
298(setup (:straight circadian)
299 (:option circadian-themes '((:sunrise . modus-operandi)
300 (:sunset . modus-vivendi)))
301 (add-hook 'after-init-hook 'circadian-setup))
302
303(setup (:straight circe) 294(setup (:straight circe)
304 (:require _circe 295 (:require _circe
305 +circe) 296 +circe)
306 (:also-load circe-chanop) 297 (:also-load circe-chanop)
307 ;;(autoload '+irc "+circe" "Connect to IRC." t)
308 298
309 ;; Formatting options 299 ;; Formatting options
310 (:option circe-format-action (format (format "%%%ds* {nick} {body}" 300 (:option circe-format-action (format (format "%%%ds* {nick} {body}"
@@ -386,7 +376,7 @@
386 (:option (append topsy-mode-functions) 376 (:option (append topsy-mode-functions)
387 '(circe-channel-mode . +circe-current-topic))) 377 '(circe-channel-mode . +circe-current-topic)))
388 378
389 (add-hook 'circadian-after-load-theme-hook 'circe-nick-color-reset) 379 (add-hook 'modus-themes-after-load-theme-hook 'circe-nick-color-reset)
390 (add-hook 'kill-emacs-hook '+circe-quit-all@kill-emacs)) 380 (add-hook 'kill-emacs-hook '+circe-quit-all@kill-emacs))
391 381
392(setup (:straight consult) 382(setup (:straight consult)
@@ -662,7 +652,8 @@ See also `crux-reopen-as-root-mode'."
662 (require 'modus-themes (.etc "straight/build/modus-themes/modus-themes")) 652 (require 'modus-themes (.etc "straight/build/modus-themes/modus-themes"))
663 (:option modus-themes-bold-constructs t 653 (:option modus-themes-bold-constructs t
664 modus-themes-italic-constructs t 654 modus-themes-italic-constructs t
665 modus-themes-headings '((t . (background))))) 655 modus-themes-headings '((t . (background))))
656 (+sunrise-sunset 'modus-themes-load-operandi 'modus-themes-load-vivendi))
666 657
667(setup (:straight mwim) 658(setup (:straight mwim)
668 (:+key "C-a" #'mwim-beginning 659 (:+key "C-a" #'mwim-beginning