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