system changes
This commit is contained in:
parent
8bb2274de1
commit
5205786a9f
1 changed files with 8 additions and 1 deletions
|
@ -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!
|
||||
|
|
Loading…
Add table
Reference in a new issue