-
Notifications
You must be signed in to change notification settings - Fork 3
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
Namespace in clojure not set automatically #82
Comments
\cc @exercism/clojure |
@souvikhaldar I don't use cider or emacs, so I'm a bit unfamiliar with this problem. Is there something about how the clojure track is setup that makes this happen or that would allow the namespace to be automatically setup? |
Do you want me to add this to documentation somewhere? @haus |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While following clojure track, I realise that namespace is not set
automatically when I'm writing in emacs, after doing
cider-jack-in
and I have to run
C-c M-n M-n
always to set the namespace, asmentioned here- clojure-emacs/cider#2399.
The text was updated successfully, but these errors were encountered: