I just noticed a little caveat on my suggestion of copying over 
Main.sublime-menu and editing it. It'll use the updated settings when you 
select the Clojure REPL from the menu (Tools > SublimeREPL > Clojure > 
Clojure), but if you start the REPL from the command palette (cmd-shift-P) 
then it'll use the original settings file from the package and ignore your 
edited version.

If you want to be able to use your new settings with keyboard shortcuts or 
the command palette, I only know of two options:

* edit the SublimeREPL package files in-place (I try to avoid this).
* copy over the whole config/Clojure directory from the SublimeREPL package 
to the User package, and edit the files so that you have a new lein2 
command which is named differently from the existing Clojure commands.

I can't figure out how to customize the *existing* Clojure REPL commands 
solely from the User package; copying all the files and leaving them as-is 
ends up just making duplicates of the commands.

On Sunday, 19 May 2013 09:40:10 UTC-4, Jim foo.bar wrote:
>
> ooo thanks a lot :) 
>
> quick question...how did you tell sublime to use lein2 instead of lein ? 
>
> Jim 
>
>
> On 18/05/13 21:36, James MacAulay wrote: 
> > This is a little show-and-tell I recorded today: 
> > 
> > http://www.youtube.com/watch?v=wBl0rYXQdGg 
> > 
> > Hopefully it's useful for some of you. Feedback welcome! 
> > 
> > Cheers, 
> > James 
> > -- 
> > -- 
> > You received this message because you are subscribed to the Google 
> > Groups "Clojure" group. 
> > To post to this group, send email to [email protected]<javascript:> 
> > Note that posts from new members are moderated - please be patient 
> > with your first post. 
> > To unsubscribe from this group, send email to 
> > [email protected] <javascript:> 
> > For more options, visit this group at 
> > http://groups.google.com/group/clojure?hl=en 
> > --- 
> > You received this message because you are subscribed to the Google 
> > Groups "Clojure" group. 
> > To unsubscribe from this group and stop receiving emails from it, send 
> > an email to [email protected] <javascript:>. 
> > For more options, visit https://groups.google.com/groups/opt_out. 
> > 
> > 
>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to