system changes
This commit is contained in:
parent
a695a6546d
commit
f8aa41384e
2 changed files with 10 additions and 5 deletions
|
@ -43,8 +43,3 @@ Set up fonts. I use Source Code Pro (Nerd Font) for =monospace= and Computer Mod
|
||||||
`(variable-pitch ((t :font ,jj/var-font)))
|
`(variable-pitch ((t :font ,jj/var-font)))
|
||||||
`(fixed-pitch ((t :font ,jj/mono-font))))
|
`(fixed-pitch ((t :font ,jj/mono-font))))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Default to =modus-operandi= theme for a highly legible light theme.
|
|
||||||
#+begin_src emacs-lisp
|
|
||||||
(load-theme 'modus-operandi)
|
|
||||||
#+end_src
|
|
||||||
|
|
|
@ -65,6 +65,16 @@ Display the current time in the mode line.
|
||||||
(display-time-mode)
|
(display-time-mode)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
** Theme
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package auto-dark
|
||||||
|
:custom
|
||||||
|
(auto-dark-themes '((modus-vivendi) (modus-operandi)))
|
||||||
|
:init
|
||||||
|
(auto-dark-mode))
|
||||||
|
#+end_src
|
||||||
|
|
||||||
** Colours!
|
** Colours!
|
||||||
|
|
||||||
=dired= needs more colour in my opinion. :3
|
=dired= needs more colour in my opinion. :3
|
||||||
|
|
Loading…
Add table
Reference in a new issue