Daniel O'Connell 4d566514a9 dynamic data
2020-10-10 21:06:27 +02:00

10 lines
247 B
Clojure

(ns chicken-master.config)
(def debug?
^boolean goog.DEBUG)
(def settings {:first-day-offset 1
:day-names ["Niedz" "Pon" "Wt" "Śr" "Czw" "Pt" "Sob"]
:always-day-names true
:show-order-time false})