Fork me on GitHub
#leiningen
<
2020-04-16
>
chadhs01:04:17

is it possible to include an edn file in project.clj?

aisamu19:04:22

You can just slurp it (but you have to unquote the call with ~ if you're inside defproject)

chadhs00:04:36

i did figure that out thanks

chadhs00:04:31

:zprint ~(clojure.edn/read-string (slurp ".zprint.edn"))