Added spell check to neomutt
This commit is contained in:
parent
5cc08c6cb0
commit
d2b1a61a9d
|
@ -153,12 +153,12 @@ vim_configurable.customize {
|
|||
function! MuttSettings()
|
||||
set textwidth=79
|
||||
set spell spelllang=en_au
|
||||
"set tabstop=4
|
||||
"set shiftwidth=4
|
||||
"set expandtab
|
||||
hi clear SpellBad " Clear any unwanted default settings
|
||||
hi SpellBad cterm=underline " Set the spell checking highlight style
|
||||
hi SpellBad ctermbg=NONE " Set the spell checking highlight background
|
||||
endfunction
|
||||
autocmd BufNewFile,BufFilePre,BufRead /tmp/mutt-* :call MuttSettings()
|
||||
autocmd BufNewFile,BufFilePre,BufRead /tmp/neomutt-* :call MuttSettings()
|
||||
autocmd BufNewFile,BufFilePre,BufRead mutt-* :call MuttSettings()
|
||||
autocmd BufNewFile,BufFilePre,BufRead neomutt-* :call MuttSettings()
|
||||
|
||||
" Settings for my C environment:
|
||||
function! CSettings()
|
||||
|
|
Loading…
Reference in a new issue