diff options
-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 |