From: Samir Benmendil Date: Sun, 24 Nov 2019 15:40:37 +0000 (+0000) Subject: qutebrowser: enable spellcheck X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/c35b806389520ab71c1ef4f4ea9bde127650fe01 qutebrowser: enable spellcheck --- diff --git a/qutebrowser/config.py b/qutebrowser/config.py index a22efe1..fb543e8 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -1121,7 +1121,7 @@ c.session.lazy_restore = True ## - tr-TR: Turkish (Turkey) ## - uk-UA: Ukrainian (Ukraine) ## - vi-VN: Vietnamese (Viet Nam) -# c.spellcheck.languages = [] +c.spellcheck.languages = ['en-GB'] ## Hide the statusbar unless a message is shown. ## Type: Bool