From 51926b703c9cd6dd6803209da036272ee4ab3843 Mon Sep 17 00:00:00 2001 From: finga Date: Fri, 29 Oct 2021 08:55:27 +0200 Subject: [PATCH] Enable loading of GUI autoconfig Although it is not used load it just in case.. --- .config/qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 03a7046..2ec5835 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -5,7 +5,7 @@ ## This is here so configs done via the GUI are still loaded. ## Remove it to not load settings done via the GUI. -# config.load_autoconfig() +config.load_autoconfig() ## Aliases for commands. The keys of the given dictionary are the ## aliases, while the values are the commands they map to.