Skip to content

Commit 5fd5030

Browse files
docs: add reference to org_indent_mode for hiding stars
Co-authored-by: Kristijan Husak <[email protected]>
1 parent 1c199d1 commit 5fd5030

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DOCS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@ Possible values:
301301
*type*: `boolean`<br />
302302
*default value*: `true`<br />
303303
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.
304+
* `true` - Enable [`org_hide_leading_stars`](#org_hide_leading_stars) by default when [`org_indent_mode`](#org_startup_indented) is enabled for buffer (`vim.b.org_indent_mode = true`).
305+
* `false` - Do not modify the value in [`org_hide_leading_stars`](#org_hide_leading_stars) by default when [`.org_indent_mode`](#org_startup_indented) is enabled for buffer (`vim.b.org_indent_mode = true`).
306306

307307
#### **org_src_window_setup**
308308
*type*: `string|function`<br />

0 commit comments

Comments
 (0)