should avoid warning at qutebrowser start

This commit is contained in:
chloe 2025-07-24 14:56:37 +02:00
parent 21f63c9b29
commit 3544f9c9cb

View file

@ -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.