You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOCS.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -301,8 +301,8 @@ Possible values:
301
301
*type*: `boolean`<br />
302
302
*default value*: `true`<br />
303
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.
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`).
0 commit comments