We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Assume I have src/cljc/a/b/c.cljc. If I navigate in dired to src/cljc/a/b and then C-x C-f new.cljc then a new buffer is created (ns cljc.a.b.new).
src/cljc/a/b/c.cljc
src/cljc/a/b
C-x C-f new.cljc
(ns cljc.a.b.new)
Namespaces are setup correctly so src/cljc is a source path according to project.clj.
src/cljc
Libraries are Clojure 1.7.0 and snapshot cider.