From 53b9e08f98ac109229d3caf9649f96b139bf95a9 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Fri, 3 Oct 2025 16:50:45 +0100 Subject: Adjust org-level height --- emacs-config.org | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/emacs-config.org b/emacs-config.org index ed32c73..d719b26 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -477,10 +477,9 @@ Use custom IDs for links. Style org headings. #+begin_src elisp - (set-face-attribute 'org-level-1 nil :height 1.4) - (set-face-attribute 'org-level-2 nil :height 1.3) - (set-face-attribute 'org-level-3 nil :height 1.2) - (set-face-attribute 'org-level-4 nil :height 1.1) + (set-face-attribute 'org-level-1 nil :height 1.3) + (set-face-attribute 'org-level-2 nil :height 1.2) + (set-face-attribute 'org-level-3 nil :height 1.1) #+end_src *** Org To-dos & Tags -- cgit