From 6bd5af01f83d46f42bcb4ec30cd898c8d01a97d8 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Tue, 18 Jun 2024 16:24:34 +1200 Subject: [PATCH] esv: trim configuration file --- config.di | 2 -- esv.d | 5 +---- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/config.di b/config.di index eb0866c..0c1473e 100644 --- a/config.di +++ b/config.di @@ -1,5 +1,3 @@ -/* default configuration for esv */ - module config; public: diff --git a/esv.d b/esv.d index c195354..c9ec08d 100644 --- a/esv.d +++ b/esv.d @@ -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]