metasoarous / oz

Data visualizations in Clojure and ClojureScript using Vega and Vega-lite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add function for setting global compile option defaults

metasoarous opened this issue · comments

This is a valuable mitigating factor for some behavior that is likely to change with #175.

Basically, we need a function that looks something like oz/update-default-compile-settings! so that things like processing comments as markdown can be turned off for compatibility reasons. Could be useful for other situations where folks want to set a bunch of defaults across the board as well.