system changes

This commit is contained in:
jjanzen 2025-03-26 14:04:26 -05:00
parent 8bb2274de1
commit 5205786a9f

View file

@ -72,7 +72,14 @@ Display the current time in the mode line.
:custom
(auto-dark-themes '((modus-vivendi) (modus-operandi)))
:init
(auto-dark-mode))
(auto-dark-mode)
:hook
(auto-dark-dark-mode
. (lambda ()
(pdf-view-midnight-minor-mode t)))
(auto-dark-light-mode
. (lambda ()
(pdf-view-midnight-minor-mode -1))))
#+end_src
** Colours!