diff options
author | Case Duckworth | 2020-12-01 20:16:13 -0600 |
---|---|---|
committer | Case Duckworth | 2020-12-01 20:16:13 -0600 |
commit | 5d6daa764ab3e3746de289dae3a6f9a7e62a4e0b (patch) | |
tree | e0c400ebacfb8b12827e7cb3924d9cac121b8737 | |
parent | Tweak modus themes (diff) | |
download | emacs-5d6daa764ab3e3746de289dae3a6f9a7e62a4e0b.tar.gz emacs-5d6daa764ab3e3746de289dae3a6f9a7e62a4e0b.zip |
Change org typesetting
-rw-r--r-- | config.org | 4 |
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 |