system changes
This commit is contained in:
parent
71fffdfdc9
commit
3b0eb1d8bf
1 changed files with 2 additions and 1 deletions
|
@ -72,7 +72,8 @@ Display the current time in the mode line.
|
||||||
:custom
|
:custom
|
||||||
(auto-dark-themes '((modus-vivendi) (modus-operandi)))
|
(auto-dark-themes '((modus-vivendi) (modus-operandi)))
|
||||||
:init
|
:init
|
||||||
(auto-dark-mode))
|
(when (memq window-system '(mac ns x))
|
||||||
|
(auto-dark-mode)))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Colours!
|
** Colours!
|
||||||
|
|
Loading…
Add table
Reference in a new issue