diff options
author | jao <jao@gnu.org> | 2024-03-12 04:01:49 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2024-03-12 04:01:49 +0000 |
commit | 5dbb02501cad548b8ddcc85cb7ae33b3f6412205 (patch) | |
tree | a881a236274326a00d2b9369dffdfe07d70f0a64 | |
parent | d50065949dba578843ea8e67646c2733f2f71c0c (diff) | |
download | elibs-5dbb02501cad548b8ddcc85cb7ae33b3f6412205.tar.gz elibs-5dbb02501cad548b8ddcc85cb7ae33b3f6412205.tar.bz2 |
toggling org-insert-heading-respect-content was a bad idea
-rw-r--r-- | custom/jao-custom-org.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/jao-custom-org.el b/custom/jao-custom-org.el index 21a85ac..7b8d757 100644 --- a/custom/jao-custom-org.el +++ b/custom/jao-custom-org.el @@ -21,7 +21,7 @@ org-email-link-description-format "Email %c: %s" org-enforce-todo-dependencies t org-fast-tag-selection-single-key 'expert - org-insert-heading-respect-content t ;; for C-RET + org-insert-heading-respect-content nil ;; for C-RET ;; org-list-demote-modify-bullet '(("+" . "-") ("-" . "+") ("*" . "+")) org-link-frame-setup '((gnus . (lambda (&optional x) (jao-open-gnus-frame))) |