tweak(org): org-startup-folded = nil
'nil' behaves the same as 'showeverything' in every other way, except it respects visibility options (like 'hideblocks').
This commit is contained in:
parent
d210b983d4
commit
ed43b8e36f
1 changed files with 6 additions and 1 deletions
|
@ -122,7 +122,12 @@ Is relative to `org-directory', unless it is absolute. Is used in Doom's default
|
|||
(?C . success))
|
||||
org-startup-indented t
|
||||
org-tags-column 0
|
||||
org-use-sub-superscripts '{})
|
||||
org-use-sub-superscripts '{}
|
||||
;; `showeverything' is org's default, but it doesn't respect
|
||||
;; `org-hide-block-startup' (#+startup: hideblocks), archive trees,
|
||||
;; hidden drawers, or VISIBILITY properties. `nil' is equivalent, but
|
||||
;; respects these settings.
|
||||
org-startup-folded nil)
|
||||
|
||||
(setq org-refile-targets
|
||||
'((nil :maxlevel . 3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue