Remove org_clean_folds' and org_highlight_table_background' options

Both of these options were pointless and
`org_highlight_table_background' had visual issues.
This commit is contained in:
Alex Vear
2019-09-22 22:58:54 +01:00
parent 9e067addad
commit f7e1410f09
4 changed files with 1 additions and 45 deletions

View File

@@ -32,4 +32,4 @@ hi def link outlineHeading4 outlineHeading3
hi def link outlineHeading5 outlineHeading4
hi def link outlineHeading6 outlineHeading5
let b:current_syntax = 'org'
let b:current_syntax = 'outline'