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 <abbott...@gmail.com 
> (mailto:abbott...@gmail.com)> 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 clojure@googlegroups.com 
> (mailto: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 
> (mailto: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