Set org-special-ctrl-a/e to true
This commit is contained in:
parent
ef96fcc0db
commit
a0df2bbc2b
3
init.el
3
init.el
@ -420,7 +420,8 @@
|
|||||||
org-src-preserve-indentation t
|
org-src-preserve-indentation t
|
||||||
org-log-into-drawer t
|
org-log-into-drawer t
|
||||||
org-tags-column 0
|
org-tags-column 0
|
||||||
org-startup-indented t)
|
org-startup-indented t
|
||||||
|
org-special-ctrl-a/e t)
|
||||||
:config
|
:config
|
||||||
(require 'ox-md)
|
(require 'ox-md)
|
||||||
(unless (boundp 'org-capture-templates)
|
(unless (boundp 'org-capture-templates)
|
||||||
|
Loading…
Reference in New Issue
Block a user