🔧 (org) Adjust heading font sizes

This commit is contained in:
Marcel Kapfer 2025-02-10 17:41:57 +01:00
parent 6957ea1cb7
commit ef99c00a9d
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09

View file

@ -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)