diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-03-04 18:11:45 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-03-04 18:11:45 -0600 |
commit | 4927e961d9ff80a6539ef52d4434ed74dfc90ece (patch) | |
tree | 56d276acf6c37f7ee0cc0d540a5fb2c20f6187ce /common/.config | |
parent | 0557e40255ec14cd12fa8d256fbc8fceb9cdd9cc (diff) |
system changes
Diffstat (limited to 'common/.config')
-rw-r--r-- | common/.config/emacs/early-init.el.org | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/.config/emacs/early-init.el.org b/common/.config/emacs/early-init.el.org index 588ed3b..4a4d7d5 100644 --- a/common/.config/emacs/early-init.el.org +++ b/common/.config/emacs/early-init.el.org @@ -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 |