Robert Stehwien <rstehw...@gmail.com> writes: > * 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.
That should get autoloaded for you without the load-file invocation... it sounds like you're running into an intermittent ELPA bug that I've been unable to reproduce. Are you running Mac OS X by any chance? -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 -~----------~----~----~----~------~----~------~--~---