Hi, I have GNU Emacs v 23.4 installed on Mac OS X 10.7.4. I've
followed the installation instructions for clojure-mode but get stuck
at the point where I have to issue the following in Emacs:
M-x eval-buffer
M-x package-refresh-contents
The second line gives me [No match].
I have package.el under ~/.emacs.d/packages/. Under ~/.emacs.d/, I
have:
auto-save-list/
clojure-test-mode.el
init.el
clojure-mode.el
clojurescript-mode.el
packages/
Here's my init.el:
(add-to-list 'load-path "~/.emacs.d/")
(require 'clojure-mode)
(add-to-list 'load-path "~/.emacs.d/packages/")
(require 'package)
(add-to-list 'package-archives
'("marmalade" . "http://marmalade-repo.org/packages/"))
(package-initialize)
What am I doing wrong?
Thanks beforehand,
James
--
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