esv: trim configuration file

This commit is contained in:
Jeremy Baxter 2024-06-18 16:24:34 +12:00
parent 82ce0f86d7
commit 6bd5af01f8
2 changed files with 1 additions and 6 deletions

5
esv.d
View file

@ -140,14 +140,11 @@ config:
if (!configPath.exists()) {
mkdirRecurse(configPath.dirName());
configPath.write(format!
"# Default esv configuration file.
"## Configuration file for esv.
# An API key is required to access the ESV Bible API.
[api]
key = %s
# If you really need to, you can specify
# custom API parameters using `parameters`:
#parameters = &my-parameter=value
# Settings that modify how passages are displayed:
[passage]