Jake McCrary

Results 3 issues of Jake McCrary

Because it is a single vector when Leiningen merges multiple `:notify-command` values you end up with multiple commands smushed together. The value of `:notify-command` should be a vector of vectors....

feature
1.0

Code adds the ability to specify {:wrap true} as part of the style attributes to cause cell to wrap.

lein-autoreload injects a dependency on `org.clojure/tools.namespace "0.2.3"`. This version of tools.namespace has some non-spec conforming `ns` forms, which causes problems. See [this issue on lein-test-refresh](https://github.com/jakemcc/lein-test-refresh/issues/73) for some details. Could you...