This commit is contained in:
Stuce 2025-10-19 15:18:06 +02:00
parent 9e8db84afc
commit 9f7701ce6d
15 changed files with 110 additions and 125 deletions

View file

@ -13,7 +13,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.
@ -1562,7 +1562,7 @@ c.auto_save.session = False
# c.keyhint.radius = 6
## Level for console (stdout/stderr) logs. Ignored if the `--loglevel` or
## `--debug` CLI flags are used.
## --debug` CLI flags are used.
## Type: LogLevel
## Valid values:
## - vdebug
@ -1853,7 +1853,7 @@ c.auto_save.session = False
## - tr-TR: Turkish (Turkey)
## - uk-UA: Ukrainian (Ukraine)
## - vi-VN: Vietnamese (Viet Nam)
c.spellcheck.languages = ["fr-FR","en-US"]
c.spellcheck.languages = []
## Padding (in pixels) for the statusbar.
## Type: Padding