diff --git a/modules/home/users/crumb/emacs/modules/syd-org.el b/modules/home/users/crumb/emacs/modules/syd-org.el index 92fc781..b885e1c 100755 --- a/modules/home/users/crumb/emacs/modules/syd-org.el +++ b/modules/home/users/crumb/emacs/modules/syd-org.el @@ -429,7 +429,8 @@ See https://lists.gnu.org/archive/html/emacs-orgmode/2019-07/msg00081.html." ("HOLD" . syd-org-todo-onhold) ("PROJ" . syd-org-todo-project) ("KILL" . syd-org-todo-cancel))) - (org-startup-with-latex-preview t)) + (org-startup-with-latex-preview t) + (org-pretty-entities t)) :preface ;; Speed up initialisation by disabling modules we don't need. (defvar org-modules @@ -472,7 +473,8 @@ See https://lists.gnu.org/archive/html/emacs-orgmode/2019-07/msg00081.html." (use-package org-appear :hook (org-mode . org-appear-mode) - :custom (org-appear-autoemphasis t)) + :custom ((org-appear-autoemphasis t) + (org-appear-auto-submarkers t))) ;; Unlike those appearing in `syd-org--init-roam-keybinds', these should be ;; available even outside of Org-mode.