File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -327,8 +327,8 @@ Headlines~
327
327
that has whitespace followed by a single star as headline starters.
328
328
| g:org_heading_shade_leading_stars | describes a setup to realize this.
329
329
330
- Body text under headings is indented by default, but you can control this
331
- with the | g:org_indent | variable.
330
+ Body text under headings is not indented by default, but you can control
331
+ this with the | g:org_indent | variable.
332
332
333
333
------------------------------------------------------------------------------
334
334
Text objects~
@@ -1261,11 +1261,11 @@ syntax highlighting and indentation~
1261
1261
<
1262
1262
1263
1263
*g:org_indent*
1264
- Default: 1
1265
- Defines if body text is indented. By default text is indented according to
1266
- heading level (heading.level + 1). You can disable it by setting:
1264
+ Default: 0
1265
+ Defines if body text is indented. By default, text is not indented according
1266
+ to heading level (heading.level + 1). You can enable it by setting:
1267
1267
>
1268
- let g:org_indent = 0
1268
+ let g:org_indent = 1
1269
1269
<
1270
1270
1271
1271
Syntax Highlighting Examples~
You can’t perform that action at this time.
0 commit comments