mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
refactor(org): remove redundant org-catch-invisible-edits setting
This is already set to 'smart by default, upstream.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user