File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -355,10 +355,11 @@ Possible values:
355
355
- `true` - Uses _Virtual_ indents to align content visually. The indents are only visual, they are not saved to the file.
356
356
- `false` - Do not add any _Virtual_ indentation.
357
357
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.
362
363
363
364
364
365
org_adapt_indentation *orgmode-org_adapt_indentation*
You can’t perform that action at this time.
0 commit comments