[Org] Don’t treat _ and ^ special without braces

This commit is contained in:
Daniel - 2018-07-08 13:13:13 +02:00
parent ec759a49fb
commit 000397e932
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,9 @@
org-clone-delete-id t
org-catch-invisible-edits 'error
org-M-RET-may-split-line '((default . nil))
org-highlight-latex-and-related '(latex))
org-highlight-latex-and-related '(latex)
org-use-sub-superscripts '{}
org-export-with-sub-superscripts '{})
(bind-key [remap org-return] 'org-return-indent org-mode-map)