Fine tune Org settings
This commit is contained in:
parent
035be3724d
commit
80d106d9f1
@ -2450,7 +2450,14 @@ This is a big one; I use a lot of customisation here.
|
|||||||
'((unicode (on . "<span class=\"task-done\">☑</span>")
|
'((unicode (on . "<span class=\"task-done\">☑</span>")
|
||||||
(off . "<span class=\"task-todo\">☐</span>")
|
(off . "<span class=\"task-todo\">☐</span>")
|
||||||
(trans . "<span class=\"task-in-progress\">▣</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
|
:config
|
||||||
;; Load the markdown exporter
|
;; Load the markdown exporter
|
||||||
(require 'ox-md)
|
(require 'ox-md)
|
||||||
|
Loading…
Reference in New Issue
Block a user