refactor(org): remove redundant org-catch-invisible-edits setting
This is already set to 'smart by default, upstream.
This commit is contained in:
parent
321f2d2249
commit
c91c29c03e
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue