You must use emacs 24! Do not use emacs 23.4! Use the cutting edge version of aquamacs http://aquamacs.org/nightlies.shtml
Aquamacs 24 works with emacs prelude with no sweat. Just delete all the stuff in your .emacs.d folder after installing aquamacs and try again. On Sun, May 27, 2012 at 11:26 AM, Sam Aaron <[email protected]> wrote: > Take a look at the guts of Emacs Live: > > http://github.com/overtone/emacs-live > > in particular, check out the Clojure pack: > > https://github.com/overtone/emacs-live/tree/master/packs/live/clojure-pack > > It doesn't use the Emacs package manager either, opting to put external > files in a lib directory. The config dir contains all the config files for > the various associated Clojure goodies the Clojure pack pulls in. > > Sam > > -- > http://sam.aaron.name > > > On Sunday, 27 May 2012 at 17:17, Lars Nilsson wrote: > > > On Sun, May 27, 2012 at 11:09 AM, James <[email protected] (mailto: > [email protected])> wrote: > > > Here's my init.el: > > > > > > (add-to-list 'load-path "~/.emacs.d/") > > > (require 'clojure-mode) > > > > > > (add-to-list 'load-path "~/.emacs.d/packages/") > > > > Perhaps you could try the following? > > > > (add-to-list 'load-path (expand-file-name ".emacs.d" "~")) > > (add-to-list 'load-path (expand-file-name ".emacs.d/packages" "~")) > > > > Lars Nilsson > > > > -- > > You received this message because you are subscribed to the Google > > Groups "Clojure" group. > > To post to this group, send email to [email protected] (mailto: > [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] (mailto: > [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 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 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
