I'm using emacs 24 and would like to install marmalade.
I've tried adding the following to my ~/.emacs
file, as per the instructions on http://marmalade-repo.org/:
(require 'package)
(add-to-list 'package-archives
'("marmalade" .
"http://marmalade-repo.org/packages/"))
(package-initialize)
When I try to reload e-macs I get the error:
Error in init file: File error: "Cannot open load file", "package".
What might be wrong?
M-x package-initialize
? – Bible