Doom Emacs: Add auto-dark

main
earnest ma 2023-01-04 16:34:47 -05:00
parent 5a64ad2000
commit 338e42ce2b
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
2 changed files with 8 additions and 0 deletions

View File

@ -55,3 +55,10 @@ when this is not the case"
;; https://github.com/iqbalansari/emacs-emojify/issues/100, but keep for
;; simplicity.
(setq emojify-download-emojis-p t)
(use-package auto-dark
:config
(setq auto-dark-allow-osascript t)
(setq auto-dark-dark-theme 'doom-gruvbox)
(setq auto-dark-light-theme 'doom-gruvbox-light)
(auto-dark-mode t))

View File

@ -66,3 +66,4 @@
(package! wakatime-mode)
(package! w3m)
(package! edit-server)
(package! auto-dark)