Fix issues with spell check and disable italic font by default
- Fixes issues with Vim's spell checker not spell checking regular text in Org-mode files. - Disables the use of italic fonts by default (an option is now provided to change this behaviour). - Disabled conceal for all elements except hyperlinks. - Concealed elements are now only unconcealed when editing the text. - Re-organised blocks in the syntax file.
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
" =============================================================
|
||||
" Description: Configure Org-mode folding
|
||||
" Author: Alex Vear (axvr)
|
||||
" Licence: ISC (2018)
|
||||
" Licence: ISC (2019)
|
||||
" =============================================================
|
||||
|
||||
setlocal conceallevel=2
|
||||
setlocal concealcursor=nc
|
||||
setlocal commentstring=#%s
|
||||
|
||||
function! OrgFold()
|
||||
|
||||
Reference in New Issue
Block a user