diff --git a/configuration.org b/configuration.org index 107d59a..799b7fc 100644 --- a/configuration.org +++ b/configuration.org @@ -2450,7 +2450,14 @@ This is a big one; I use a lot of customisation here. '((unicode (on . "") (off . "") (trans . ""))) - org-src-window-setup 'current-window) + org-src-window-setup 'current-window + org-pretty-entities t + org-pretty-entities-include-sub-superscripts t + org-use-speed-commands t + org-speed-commands-user '(("m" . org-mark-subtree)) + org-hide-leading-stars t + org-enforce-todo-dependencies t + org-catch-invisible-edits 'show) :config ;; Load the markdown exporter (require 'ox-md)