summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2025-10-03 16:50:45 +0100
committerBlake Romero <blake@blkrom.com>2025-10-03 16:50:45 +0100
commit53b9e08f98ac109229d3caf9649f96b139bf95a9 (patch)
tree5714c223fea33ca19cd37192dcface42385ee853
parent0ae5c6ef0b76f42f1c8b8628688b399047494d61 (diff)
Adjust org-level height
-rw-r--r--emacs-config.org7
1 files 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