fixed read-config
This commit is contained in:
parent
439ae6fba8
commit
d8f86e0414
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,7 @@
|
||||||
(update-in [:post-date-format] (fnil str "yyyy-MM-dd"))
|
(update-in [:post-date-format] (fnil str "yyyy-MM-dd"))
|
||||||
(update-in [:keep-files] (fnil seq []))
|
(update-in [:keep-files] (fnil seq []))
|
||||||
(update-in [:ignored-files] (fnil seq [#"^\.#.*" #".*\.swp$"]))
|
(update-in [:ignored-files] (fnil seq [#"^\.#.*" #".*\.swp$"]))
|
||||||
(update-in [:navbar-model] (fnil :flat))
|
(update-in [:navbar-model] (fnil str :flat))
|
||||||
)]
|
)]
|
||||||
(merge
|
(merge
|
||||||
config
|
config
|
||||||
|
|
Loading…
Reference in a new issue