From ef99c00a9dffa4cb11512c890fe1146b0e0bdff2 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Mon, 10 Feb 2025 17:41:57 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20(org)=20Adjust=20heading=20font?= =?UTF-8?q?=20sizes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)