From c91c29c03e1c344055dba6cdcbd69e3037d6ba13 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 1 Jul 2024 19:01:43 -0400 Subject: [PATCH] refactor(org): remove redundant org-catch-invisible-edits setting This is already set to 'smart by default, upstream. --- modules/lang/org/config.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index b00f73716..a10421257 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -1401,10 +1401,6 @@ between the two." ;; Other org properties are all-caps. Be consistent. (setq org-effort-property "EFFORT") - ;; Prevent modifications made in invisible sections of an org document, as - ;; unintended changes can easily go unseen otherwise. - (setq org-catch-invisible-edits 'smart) - ;; Global ID state means we can have ID links anywhere. This is required for ;; `org-brain', however. (setq org-id-locations-file-relative t)