diff --git a/config.org b/config.org index 0b7f66c..fb78236 100644 --- a/config.org +++ b/config.org @@ -1159,8 +1159,8 @@ I like to have larger headlines in Org for better identifying them. The configur #+begin_src emacs-lisp (defun mmk2410/org-font-adjust-headlines () "Adjust headline sizes, font family and weight" - (dolist (face '((org-level-1 . 1.4) - (org-level-2 . 1.3) + (dolist (face '((org-level-1 . 1.3) + (org-level-2 . 1.25) (org-level-3 . 1.2) (org-level-4 . 1.15) (org-level-5 . 1.1)