Remove spellcheck.enabled option.
This commit is contained in:
parent
e20ad95666
commit
c5d695b59e
@ -331,8 +331,6 @@ except AttributeError:
|
||||
|
||||
|
||||
if qtutils.version_check('5.8'):
|
||||
spellcheck_setter = DefaultProfileSetter('setSpellCheckEnabled')
|
||||
MAPPINGS['spellcheck.enabled'] = spellcheck_setter
|
||||
MAPPINGS['spellcheck.languages'] = DictionaryLanguageSetter()
|
||||
|
||||
|
||||
|
@ -992,15 +992,7 @@ scrolling.smooth:
|
||||
|
||||
Note smooth scrolling does not work with the `:scroll-px` command.
|
||||
|
||||
## spell
|
||||
|
||||
spellcheck.enabled:
|
||||
type: Bool
|
||||
default: true
|
||||
desc: Enable spell checking.
|
||||
backend:
|
||||
QtWebKit: false
|
||||
QtWebEngine: Qt 5.8
|
||||
## spellcheck
|
||||
|
||||
spellcheck.languages:
|
||||
type:
|
||||
|
Loading…
Reference in New Issue
Block a user