home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 4f7bbc836d16e6d51d4f0b82f78d3efa1d3e73ef
parent 58a84ba9c971fc3fe11e2c08dca44188ed04ca34
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 28 Apr 2020 23:34:36 +0200

config-org.el: add org-catch-invisible-edits

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-org.el | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/emacs/config/config-org.el b/tools/emacs/config/config-org.el @@ -99,7 +99,8 @@ org-yank-adjusted-subtrees t org-image-actual-width nil org-startup-with-inline-images nil - org-list-demote-modify-bullet '(("+" . "-") ("-" . "+"))) + org-list-demote-modify-bullet '(("+" . "-") ("-" . "+")) + org-catch-invisible-edits 'error) (setcar (nthcdr 4 org-emphasis-regexp-components) 10) :hook (org-mode . vde/org-mode-hook)) ;; -OrgMain