From 4927e961d9ff80a6539ef52d4434ed74dfc90ece Mon Sep 17 00:00:00 2001 From: jjanzen Date: Tue, 4 Mar 2025 18:11:45 -0600 Subject: system changes --- common/.config/emacs/early-init.el.org | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common') 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 -- cgit v1.2.3