From e7a3754ce14b69a1a54c077b70f40cc8c7276dee Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 10 Feb 2014 07:08:52 +0100 Subject: [PATCH] Add fontdict default --- qutebrowser/utils/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qutebrowser/utils/config.py b/qutebrowser/utils/config.py index de6084a53..81b2317a6 100644 --- a/qutebrowser/utils/config.py +++ b/qutebrowser/utils/config.py @@ -32,6 +32,7 @@ from configparser import ConfigParser, ExtendedInterpolation config = None colordict = {} +fontdict = {} default_config = """ [general]