From 80d106d9f16cf08c2b9239b5d459a52c5adf72d2 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 26 Oct 2018 18:36:38 +0200 Subject: [PATCH] Fine tune Org settings --- configuration.org | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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)