If you have a recent (24) Emacs, use M-x package-install and install
clojure-mode and nrepl. nrepl is the successor-in-spirit of slime, as
many people consider slime as deprecated. When you have access to
leiningen 2 (strongly recommended), the whole setup simplifies to:

1) Install leiningen 2 & Emacs 24
2) In Emacs: Add Marmelade repository
3) In Emacs: M-x package-install RET nrepl RET
4) nrepl-jack-in

On Sun, Dec 30, 2012 at 12:47 AM, Sayth Renshaw <flebber.c...@gmail.com> wrote:
> Just want to make sure I get this right. I am running F18 and am setting up
> clojure.
>
> These would be the packages to install, correct?
>
> clojure.noarch
> clojure-contrib.noarch
> leiningen.noarch
> emacs-slime.noarch
>
> For slime and the emacs repl
> clojure-mode, slime, slime-repl and swank-clojure
> restart M-X to install the clojure REPL.
>
> For lein - better then maven, yes?
> Just install the package and then use on command line. But how in Emacs?
>
> Emacs
> Is there anything I should be putting in my .emacs to get project and syntax
> support and the ability to send select text to a REPL?
>
> General Question
> Is there a code linter beautifier?
>
> Resources
> Lenigen - https://github.com/technomancy/leiningen/blob/master/README.md
> Tutorial - http://www.learningclojure.com/
> Volkmann - http://java.ociweb.com/mark/clojure/article.html#GettingStarted
> Tutorial -
> http://pramode.net/clojure/2010/04/29/getting-started-with-clojure/
> Fedora Clojure Docs - http://fedoraproject.org/wiki/Features/Clojure
>
>
> Anything advice on the above or something obvious I have missed that will
> get me going quicker?
>
> Thank You
>
> Sayth
>
>
>
>
>
>
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> 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 post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to