From caaa959a7fcf1547e51e1ca615838a1c3843f422 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Mon, 10 Nov 2014 00:01:48 +0100 Subject: [PATCH] Demlo: Remove 'format' from scripts --- .config/demlo/demlorc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/demlo/demlorc b/.config/demlo/demlorc index 8fdaa9b2..95639239 100644 --- a/.config/demlo/demlorc +++ b/.config/demlo/demlorc @@ -1,3 +1,4 @@ +-- -*- mode:lua -*- -- Demlo configuration file. -- Remove embedded covers. @@ -53,6 +54,7 @@ recursive = true rename = false -- You might want to set one of the official scripts by default. -scripts = 'tag sub case filename cover format' +-- scripts = 'tag sub case filename cover format' +scripts = 'tag sub case filename cover' -- End of configuration file.