Or you could try this: https://github.com/overtone/emacs-live
Contains a very good emacs conf that works out of the box.
On Sunday, December 30, 2012 4:47:21 AM UTC+5, Sayth Renshaw wrote:
>
> Just want to make sure I get this right. I am running F18 and am setting
> up clojure.
>
> These would
On Sat, Dec 29, 2012 at 8:46 PM, Sayth Renshaw wrote:
> https://github.com/technomancy/clojure-mode/blob/master/doc/index.md will
> read and let you know if I find anything that could be improved.
Actually I just updated the Emacs tutorial on clojure-doc.org last
night, so this might be a better
On Sunday, 30 December 2012 15:31:42 UTC+11, Phil Hagelberg wrote:
>
> I believe Fedora ships with Leiningen 1.7.1, which is not what you
> want. It's better to install manually, see http://leiningen.org; that
> way you will get 2.x. Don't install Clojure or Contrib through your OS
> package m
I believe Fedora ships with Leiningen 1.7.1, which is not what you
want. It's better to install manually, see http://leiningen.org; that
way you will get 2.x. Don't install Clojure or Contrib through your OS
package manager.
The Emacs support for Clojure is documented here:
https://github.com/tech
On Saturday, December 29, 2012 10:52:15 PM UTC-5, John Gabriele wrote:
>
> Sayth,
>
> Not sure I follow everything in your post, but here are some tips:
>
> 1. You don't need to "install" Clojure itself. Leiningen takes care of
> that for you. See
>
>
Whoops, sorry, forgot to finish typing that
Sayth,
Not sure I follow everything in your post, but here are some tips:
1. You don't need to "install" Clojure itself. Leiningen takes care of
that for you. See
2. Make sure you install Emacs 24. I don't know what the Fedora
incantations are for this.
3. Once you've got Emacs 24 install
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 & E
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
rest