diff options
author | Urbain Vaes <urbain@vaes.uk> | 2021-03-09 15:47:25 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2021-03-09 15:47:25 +0000 |
commit | bdb0747e1224070933140acdfb3003adebb3855e (patch) | |
tree | 6a650f856529ecd6888c6bf49fe6211a01a6a7f0 /qutebrowser | |
parent | c3d26cf7c146b153de1d845e1875c37d305beb42 (diff) |
Minor changes
Diffstat (limited to 'qutebrowser')
-rw-r--r-- | qutebrowser/.config/qutebrowser/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py index 9ab12f4..5a64ec6 100644 --- a/qutebrowser/.config/qutebrowser/config.py +++ b/qutebrowser/.config/qutebrowser/config.py @@ -8,6 +8,7 @@ from qutebrowser.api import interceptor # Avoid linter errors c = c config = config +config.load_autoconfig(False) def filter_yt(info: interceptor.Request): |