diff --git a/doc/org.txt b/doc/org.txt index 19a98d8..fe37877 100644 --- a/doc/org.txt +++ b/doc/org.txt @@ -45,15 +45,10 @@ enable it manually. To control how Org.vim handles folding, just use the standard Vim |folding| options and commands. -For example if you want to enable or disable folding, use 'foldenable'. +For example if you want to enable or disable folding, just set 'foldenable'. > autocmd FileType org,outline setlocal nofoldenable < -Or if you want folding enabled and all folds opened by default, use -'foldlevelstart'. -> - autocmd FileType org,outline setlocal foldenable foldlevelstart=99 -< For more information on folding in Vim, refer to |fold.txt|. ------------------------------------------------------------------------------