Make Org mode start indented

This commit is contained in:
Gergely Polonkai 2017-11-29 13:47:53 +01:00
parent 3bf2033198
commit 547d141abd
1 changed files with 2 additions and 1 deletions

View File

@ -411,7 +411,8 @@
org-log-done 'time
org-src-preserve-indentation t
org-log-into-drawer t
org-tags-column 0)
org-tags-column 0
org-startup-indented t)
:config
(require 'ox-md)
(unless (boundp 'org-capture-templates)