From e0775bb07a43d42b7a17367ba784d3d5becbdc01 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sun, 5 Oct 2025 23:31:36 +0100 Subject: Reduce height of org headings --- emacs-config.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/emacs-config.org b/emacs-config.org index 9efefe3..a19365a 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -525,9 +525,9 @@ Use custom IDs for links. Style org headings. #+begin_src elisp - (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) + (set-face-attribute 'org-level-1 nil :height 1.2) + (set-face-attribute 'org-level-2 nil :height 1.1) + (set-face-attribute 'org-level-3 nil :height 1.0) #+end_src *** Org To-dos & Tags -- cgit