From 6401064ed0c07e8e56f7ff867d8ae5a3ef3cb536 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Tue, 31 Oct 2017 15:47:03 -0700 Subject: [PATCH] Actually use hint chars in qutebrowser --- qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 8b1f875..20598bf 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -828,7 +828,7 @@ c.editor.command = ['urxvt', '-e', 'emacs', '{}'] ## Chars used for hint strings. ## Type: UniqueCharString -# c.hints.chars = 'aoeuidhtns' +c.hints.chars = 'aoeuidhtns' ## The dictionary file to be used by the word hints. ## Type: File