diff options
author | jao <jao@gnu.org> | 2024-02-05 23:10:12 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2024-02-05 23:10:12 +0000 |
commit | 0a2b1e0d61cda0c7e8aa62fd507025cfe27550b6 (patch) | |
tree | 298b226fed68196214e318eb80ba1e70d4906a24 /custom | |
parent | a0a34f6a95e1f2e124c5b9714283d9c3eb443f5f (diff) | |
download | elibs-0a2b1e0d61cda0c7e8aa62fd507025cfe27550b6.tar.gz elibs-0a2b1e0d61cda0c7e8aa62fd507025cfe27550b6.tar.bz2 |
nits
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-org.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/jao-custom-org.el b/custom/jao-custom-org.el index 07bcb9c..73b0d89 100644 --- a/custom/jao-custom-org.el +++ b/custom/jao-custom-org.el @@ -19,6 +19,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-list-demote-modify-bullet '(("+" . "-") ("-" . "+") ("*" . "+")) org-link-frame-setup '((gnus . (lambda (&optional x) (jao-open-gnus-frame))) |