mirror of
https://github.com/mruwnik/chicken-master.git
synced 2025-06-08 21:34:43 +02:00
10 lines
247 B
Clojure
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})
|