Skip to content

Commit 967664f

Browse files
author
nvim-orgmode
committed
1 parent e1223f1 commit 967664f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/configuration.org

+3-3
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,9 @@ Possible values:
307307
- =true= - Uses /Virtual/ indents to align content visually. The indents are only visual, they are not saved to the file.
308308
- =false= - Do not add any /Virtual/ indentation.
309309

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

314314
*** org_adapt_indentation
315315
:PROPERTIES:

0 commit comments

Comments
 (0)