From 3764f8ae1fe229cf1bca2990ee8afb26eeae0b83 Mon Sep 17 00:00:00 2001 From: Juan Placencia Date: Sat, 12 Jun 2021 00:38:06 -0500 Subject: [PATCH] Fix org heading size --- uno/modules/doc/org.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uno/modules/doc/org.org b/uno/modules/doc/org.org index 47454ce..d952d5a 100644 --- a/uno/modules/doc/org.org +++ b/uno/modules/doc/org.org @@ -50,8 +50,8 @@ Define Org document package. '(org-level-2 ((t (:inherit outline-2 :height 1.5)))) '(org-level-3 ((t (:inherit outline-3 :height 1.4)))) '(org-level-4 ((t (:inherit outline-4 :height 1.3)))) - '(org-level-4 ((t (:inherit outline-5 :height 1.2)))) - '(org-level-5 ((t (:inherit outline-6 :height 1.1))))))) + '(org-level-5 ((t (:inherit outline-5 :height 1.2)))) + '(org-level-6 ((t (:inherit outline-6 :height 1.1))))))) :config (require 'ox-beamer))