Fine tune Org settings

This commit is contained in:
Gergely Polonkai 2018-10-26 18:36:38 +02:00
parent 035be3724d
commit 80d106d9f1
1 changed files with 8 additions and 1 deletions

View File

@ -2450,7 +2450,14 @@ This is a big one; I use a lot of customisation here.
'((unicode (on . "<span class=\"task-done\">☑</span>")
(off . "<span class=\"task-todo\">☐</span>")
(trans . "<span class=\"task-in-progress\">▣</span>")))
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)