Skip to content

Commit 2d1204d

Browse files
author
github-actions
committed
chore(docs): Update docs
1 parent 5368c0b commit 2d1204d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: doc/orgmode.txt

+5-4
Original file line numberDiff line numberDiff line change
@@ -355,10 +355,11 @@ Possible values:
355355
- `true` - Uses _Virtual_ indents to align content visually. The indents are only visual, they are not saved to the file.
356356
- `false` - Do not add any _Virtual_ indentation.
357357

358-
You can toggle Virtual indents on the fly by setting `vim.b.org_indent_mode` to
359-
either `true` or `false` when in a org buffer. For example, if virtual indents
360-
were enabled in the current buffer then you could disable them immediately by
361-
setting `vim.b.org_indent_mode = false`.
358+
You can toggle Virtual indents on the fly by executing command `:Org
359+
indent_mode` when in a org buffer. This additionally sets the buffer variable
360+
`vim.b.org_indent_mode` to `true` or `false`, depending on the current state.
361+
Value of this buffer variable is then used to determine behavior of few options
362+
below.
362363

363364

364365
org_adapt_indentation *orgmode-org_adapt_indentation*

0 commit comments

Comments
 (0)