Merge pull request #473 from jcf/patch-1
Fix magic require of clojure.string
This commit is contained in:
commit
5b80fce905
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
(nconc cljr-magic-require-namespaces
|
(nconc cljr-magic-require-namespaces
|
||||||
'(("re-frame" . "re-frame.core")
|
'(("re-frame" . "re-frame.core")
|
||||||
("reagent" . "reagent.core")
|
("reagent" . "reagent.core")
|
||||||
("str" . "clojure.str"))))
|
("str" . "clojure.string"))))
|
||||||
|
|
||||||
|
|
||||||
(def-package! cider
|
(def-package! cider
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue