commit 7e16536ac5b67368a1d445afe41795059310fd7c
parent 92638d3ed400ede5f12862845bbdfa4c9d3d2049
Author: Ethan Long <me@ethandl.dev>
Date: Mon, 29 Jun 2026 20:41:44 +1000
Fixed some more font errata relating to Org
It is important that if you override `org-default-font-height` that
you re-run `org-set-font-vars` or else you will not see a different
font height on your platform of choice.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/config.org b/config.org
@@ -676,6 +676,7 @@ Because the menu bar exists regardless on MacOS, I like to keep ~menu-bar-mode~
My work PC has a lower resolution screen, so I like to have smaller fonts so that they take up less screen space.
#+begin_src emacs-lisp :tangle (if (equal system-name "lobotomite") "platform-config/work-system.el" "no")
(setq ethandl/org-default-font-height 110)
+ (ethandl/org-set-font-vars)
#+end_src
** Including the platforms
Finally, we include any tangled platforms: