diff --git a/config.org b/config.org index e7e0027..526ddb0 100644 --- a/config.org +++ b/config.org @@ -1500,12 +1500,12 @@ Earlier I loaded the ~org-pretty-table~ package, let's enable it everywhere! Let's make headings a bit bigger #+BEGIN_SRC emacs-lisp (custom-set-faces! - '(outline-1 :weight extra-bold :height 1.2) - '(outline-2 :weight bold :height 1.12) - '(outline-3 :weight bold :height 1.1) - '(outline-4 :weight semi-bold :height 1.08) - '(outline-5 :weight semi-bold :height 1.05) - '(outline-6 :weight semi-bold :height 1.02) + '(outline-1 :weight extra-bold :height 1.25) + '(outline-2 :weight bold :height 1.15) + '(outline-3 :weight bold :height 1.12) + '(outline-4 :weight semi-bold :height 1.09) + '(outline-5 :weight semi-bold :height 1.06) + '(outline-6 :weight semi-bold :height 1.03) '(outline-8 :weight semi-bold) '(outline-9 :weight semi-bold)) #+END_SRC