Phil,

I love the starter kit and I'm trying an experiment of dropping my old
crufty .emacs in favor of the the starter kit.  A few notes of things that
might be useful to add to the tutorial (coming from someone starting from
scratch):

* I needed to do a "M-x load-file <path>/clojure-mode.el" before being able
to call "clojure-install"

* I needed to add the following to my ~/.emacs.d/<username>.el so that "M-x
slime" was available on starting emacs
(Load-file
"/Users/<username>/.emacs.d/elpa/clojure-mode-1.1/clojure-mode.el")
;; suggestion from "clojure-install"
(setq clojure-src-root "/Users/<username>/src/clojure")
(eval-after-load 'clojure-mode '(clojure-slime-config))

Not sure if this is the best way (my emacs is a bit rusty) so any
suggestions would be appreciated.

Thanks for making this available.

--Robert

On Thu, May 28, 2009 at 1:54 PM, Phil Hagelberg <p...@hagelb.org> wrote:

>
>
> I just posted some instructions for getting up and running with
> SLIME. I've seen a lot of folks get confused with some of the more
> convoluted tutorials out there, so I thought it'd be helpful to document
> the simplest way to get started that I know:
>
>  http://technomancy.us/126
>
> I welcome feedback on this, particularly about using Common Lisp
> together with Clojure as this supposedly makes things a bit trickier.
>
> Hope this is useful to folks getting started.
>
> -Phil
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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