diff options
| -rw-r--r-- | emacs-config.org | 7 |
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 |
