esv: trim configuration file
This commit is contained in:
parent
82ce0f86d7
commit
6bd5af01f8
2 changed files with 1 additions and 6 deletions
|
@ -1,5 +1,3 @@
|
||||||
/* default configuration for esv */
|
|
||||||
|
|
||||||
module config;
|
module config;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
5
esv.d
5
esv.d
|
@ -140,14 +140,11 @@ config:
|
||||||
if (!configPath.exists()) {
|
if (!configPath.exists()) {
|
||||||
mkdirRecurse(configPath.dirName());
|
mkdirRecurse(configPath.dirName());
|
||||||
configPath.write(format!
|
configPath.write(format!
|
||||||
"# Default esv configuration file.
|
"## Configuration file for esv.
|
||||||
|
|
||||||
# An API key is required to access the ESV Bible API.
|
# An API key is required to access the ESV Bible API.
|
||||||
[api]
|
[api]
|
||||||
key = %s
|
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:
|
# Settings that modify how passages are displayed:
|
||||||
[passage]
|
[passage]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue