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

@@ -28,10 +28,3 @@ if org#option('org_conceal_links', 1)
setlocal conceallevel=2
setlocal concealcursor=nc
endif
" Make Vim fold's look more like Org mode folds.
if org#option('org_clean_folds', 0)
setlocal foldtext=getline(v:foldstart)
setlocal fillchars-=fold:-
setlocal fillchars+=fold:\
endif