summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-01 20:16:13 -0600
committerCase Duckworth2020-12-01 20:16:13 -0600
commit5d6daa764ab3e3746de289dae3a6f9a7e62a4e0b (patch)
treee0c400ebacfb8b12827e7cb3924d9cac121b8737 /config.org
parentTweak modus themes (diff)
downloademacs-5d6daa764ab3e3746de289dae3a6f9a7e62a4e0b.tar.gz
emacs-5d6daa764ab3e3746de289dae3a6f9a7e62a4e0b.zip
Change org typesetting
Diffstat (limited to 'config.org')
-rw-r--r--config.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.org b/config.org index 13a9619..4a11610 100644 --- a/config.org +++ b/config.org
@@ -1008,10 +1008,12 @@ I need to break this config up and like, comment it better.
1008 (org-hide-emphasis-markers t) 1008 (org-hide-emphasis-markers t)
1009 (org-fontify-done-headline t) 1009 (org-fontify-done-headline t)
1010 (org-fontify-whole-heading-line t) 1010 (org-fontify-whole-heading-line t)
1011 (org-fontify-quote-and-verse-blocks t)
1011 (org-hide-leading-stars t) 1012 (org-hide-leading-stars t)
1012 (org-hidden-keywords '(author date title)) 1013 (org-hidden-keywords '(author date title))
1013 (org-src-window-setup 'current-window) 1014 (org-src-window-setup 'current-window)
1014 (org-pretty-entities t)) 1015 (org-pretty-entities t)
1016 (org-ellipsis " ⮟"))
1015#+end_src 1017#+end_src
1016 1018
1017*** Enable markdown export 1019*** Enable markdown export