system changes

This commit is contained in:
jjanzen 2025-03-04 18:11:45 -06:00
parent 0557e40255
commit 4927e961d9

View file

@ -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