From 9b746c7efc612facb9cdbbd975e11087504b9f6e Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Tue, 16 Nov 2021 22:44:06 -0600 Subject: [PATCH] Minor edits to README. --- .config/doom/config.org | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/doom/config.org b/.config/doom/config.org index 8a7b407..2330e8f 100644 --- a/.config/doom/config.org +++ b/.config/doom/config.org @@ -574,6 +574,7 @@ I wrapped most of this block in (after! org). Without this, my settings might b #+END_SRC ** Set font sizes for each header level in Org +You can set the Org heading levels to be different font sizes. So I choose to have level 1 headings to be 140% in height, level 2 to be 130%, etc. Other interesting things you could play with include adding :foreground color and/or :background color if you want to override the theme colors. #+begin_src emacs-lisp (custom-set-faces '(org-level-1 ((t (:inherit outline-1 :height 1.4))))