refactor(org): remove redundant org-catch-invisible-edits setting

This is already set to 'smart by default, upstream.
This commit is contained in:
Henrik Lissner 2024-07-01 19:01:43 -04:00
parent 321f2d2249
commit c91c29c03e
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -1401,10 +1401,6 @@ between the two."
;; Other org properties are all-caps. Be consistent. ;; Other org properties are all-caps. Be consistent.
(setq org-effort-property "EFFORT") (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 ;; Global ID state means we can have ID links anywhere. This is required for
;; `org-brain', however. ;; `org-brain', however.
(setq org-id-locations-file-relative t) (setq org-id-locations-file-relative t)