Don't use async org export by default

The idea is nice, but the init time is long
This commit is contained in:
TEC 2022-06-07 14:21:33 +08:00
parent 63052c77dc
commit 695471f051
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 0 additions and 1 deletions

View File

@ -5536,7 +5536,6 @@ It's nice to be able to link to music
org-use-property-inheritance t ; it's convenient to have properties inherited
org-log-done 'time ; having the time a item is done sounds convenient
org-list-allow-alphabetical t ; have a. A. a) A) list bullets
org-export-in-background t ; run export processes in external emacs process
org-catch-invisible-edits 'smart ; try not to accidently do weird stuff in invisible regions
org-export-with-sub-superscripts '{}) ; don't treat lone _ / ^ as sub/superscripts, require _{} / ^{}
#+end_src