File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -307,9 +307,9 @@ Possible values:
307
307
- =true= - Uses /Virtual/ indents to align content visually. The indents are only visual, they are not saved to the file.
308
308
- =false= - Do not add any /Virtual/ indentation.
309
309
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 .
313
313
314
314
*** org_adapt_indentation
315
315
:PROPERTIES:
You can’t perform that action at this time.
0 commit comments