system changes
This commit is contained in:
parent
0557e40255
commit
4927e961d9
1 changed files with 5 additions and 0 deletions
|
@ -43,3 +43,8 @@ Set up fonts. I use Source Code Pro (Nerd Font) for =monospace= and Computer Mod
|
|||
`(variable-pitch ((t :font ,jj/var-font)))
|
||||
`(fixed-pitch ((t :font ,jj/mono-font))))
|
||||
#+end_src
|
||||
|
||||
Default to =modus-operandi= theme for a highly legible light theme.
|
||||
#+begin_src emacs-lisp
|
||||
(load-theme 'modus-operandi)
|
||||
#+end_src
|
||||
|
|
Loading…
Add table
Reference in a new issue