diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-11-03 01:06:16 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-11-03 01:06:16 -0500 |
commit | 6e1d490fd7aa9580a2fe397c647a996cf5143a19 (patch) | |
tree | 67d4ba4edcd4c52a39ab751d6863db7b18e471e5 /lisp | |
parent | a31257da109ca001b8ec83fa2dd04b2349a04d14 (diff) | |
download | emacs.d-6e1d490fd7aa9580a2fe397c647a996cf5143a19.tar.gz |
Respect Org content with all insertion commands
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-org.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-org.el b/lisp/init-org.el index a6d2bd5..f6cc006 100644 --- a/lisp/init-org.el +++ b/lisp/init-org.el @@ -17,6 +17,7 @@ org-completion-use-ido t org-reverse-note-order t org-link-search-must-match-exact-headline nil + org-insert-heading-respect-content t org-M-RET-may-split-line nil org-blank-before-new-entry '((heading . t) (plain-list-item . auto))) |