Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic insertion of namespace declaration does not work for boot projects #303

Closed
timothypratley opened this issue Jul 1, 2015 · 3 comments

Comments

@timothypratley
Copy link

Boot uses a build.boot file instead of project.clj

@bbatsov
Copy link
Member

bbatsov commented Jul 1, 2015

clojure-mode has no such feature. Perhaps you're using clj-refactor.el?

@timothypratley
Copy link
Author

That is true, but clj-refactor.el uses clojure-expected-ns from clojure-mode:
clojure-emacs/clj-refactor.el#180 (comment)

It is just a minor thing and can be worked around by touching an empty project.clj

Just raising it as boot is gaining popularity, and such behavior can confuse users

@bbatsov
Copy link
Member

bbatsov commented Jul 1, 2015

Ah, yes, now I understand what you mean. I'll have this fixed.

@bbatsov bbatsov closed this as completed in 33a87d4 Jul 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants