org-mode: hide emphasis markers

This commit is contained in:
Evie Litherland-Smith 2024-10-28 11:30:53 +00:00
parent 69652e34d8
commit a870ec479b

View file

@ -853,7 +853,7 @@ Configure email with iCalendar event support, to integrate with
(org-directory "~/Documents/org")
(org-default-notes-file (expand-file-name "notes.org" org-directory))
(org-archive-default-command #'org-archive-to-archive-sibling)
(org-hide-emphasis-markers nil)
(org-hide-emphasis-markers t)
(org-use-sub-superscripts '{})
(org-pretty-entities t)
(org-pretty-entities-include-sub-superscripts t)