Set org-special-ctrl-a/e to true

This commit is contained in:
Gergely Polonkai 2018-07-28 10:22:33 +02:00
parent ef96fcc0db
commit a0df2bbc2b
1 changed files with 2 additions and 1 deletions

View File

@ -420,7 +420,8 @@
org-src-preserve-indentation t
org-log-into-drawer t
org-tags-column 0
org-startup-indented t)
org-startup-indented t
org-special-ctrl-a/e t)
:config
(require 'ox-md)
(unless (boundp 'org-capture-templates)