-
-
Notifications
You must be signed in to change notification settings - Fork 645
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
Add argument to cider-jack-in to allow specification of profiles #327
Comments
+1 |
Fixed in #544. |
why cannot i use cider-jack-in-with-profile now? |
I'm not sure, but maybe developers thinks that |
Exactly. |
Huh... I'm running emacs25 with cider from melpa, but it wont let me interactively invoke set-variable and supply "cider-lein-parameters" ... it says variable does not exist... However, adding this line to my .emacsrc worked fine!
|
@bherrmann7 The variable is |
@xiongtx Thanks, I corrected my comment. I was trying to set the correct value. It seems like emacs doesnt like you to set variables that arent already in existance. Perhaps something like make-variable instead of set ? |
Did you |
@xiongtx Thanks again for taking the time. So, I'm doing exactly this on ubuntu 17.04, |
Try this:
|
Thanks @xiongtx That did work! |
Cool, so put |
I add a function to my emacs init script to deal with this issue, see: |
When starting a repl for a project, it is useful to be able to specify profiles that should be used.
I'm not sure how this would interact with the current prefix argument that allows specification of the project.
The text was updated successfully, but these errors were encountered: