Remove unnecessary folding rules and update .gitattributes

This commit is contained in:
Alex Vear
2020-01-05 12:02:56 +00:00
parent a956c48e9c
commit b24dfe0762
3 changed files with 2 additions and 4 deletions

View File

@@ -16,5 +16,4 @@ setlocal foldmethod=expr
if org#option('org_clean_folds', 0)
setlocal foldtext=org#fold_text()
setlocal fillchars-=fold:-
setlocal fillchars-=fold:\
endif