diff --git a/home-manager/dotfiles/qutebrowser/config.py b/home-manager/dotfiles/qutebrowser/config.py index 2f16f7b..e44e93d 100644 --- a/home-manager/dotfiles/qutebrowser/config.py +++ b/home-manager/dotfiles/qutebrowser/config.py @@ -12,7 +12,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(True) +config.load_autoconfig(True) ## Aliases for commands. The keys of the given dictionary are the ## aliases, while the values are the commands they map to.