Skip to content

Commit 1c199d1

Browse files
committed
docs: add documentation for org_indent_mode_turns_on_hiding_stars
1 parent 2fe37e3 commit 1c199d1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

DOCS.md

+8
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,14 @@ Possible values:
296296
* `true` - Disable [`org_adapt_indentation`](#org_adapt_indentation) by default when [`org_startup_indented`](#org_startup_indented) is enabled.
297297
* `false` - Do not disable [`org_adapt_indentation`](#org_adapt_indentation) by default when [`org_startup_indented`](#org_startup_indented) is enabled.
298298

299+
#### **org_indent_mode_turns_on_hiding_stars**
300+
301+
*type*: `boolean`<br />
302+
*default value*: `true`<br />
303+
Possible values:
304+
* `true` - Enable [`org_hide_leading_stars`](#org_hide_leading_stars) by default when [`org_startup_indented`](#org_startup_indented) is enabled.
305+
* `false` - Do not modify the value in [`org_hide_leading_stars`](#org_hide_leading_stars) by default when [`org_startup_indented`](#org_startup_indented) is enabled.
306+
299307
#### **org_src_window_setup**
300308
*type*: `string|function`<br />
301309
*default value*: "top 16new"<br />

0 commit comments

Comments
 (0)