Closed lorensr closed 12 years ago
I add these lines to my .emacs:
(require 'package) (add-to-list 'package-archives '("marmalade" . "http://marmalade-repo.org/packages/")) (package-initialize)
and when I evaluate I get: Symbol's value as variable is void: package-archives Version: GNU Emacs 24.2.1 (x86_64-apple-darwin12.2.0, NS apple-appkit-1187.34)
Symbol's value as variable is void: package-archives
GNU Emacs 24.2.1 (x86_64-apple-darwin12.2.0, NS apple-appkit-1187.34)
Even though I'm using 24 now, my .emacs was loading an old version of ELPA from when I was using 23, and that version didn't have the list.
I add these lines to my .emacs:
and when I evaluate I get:
Symbol's value as variable is void: package-archives
Version:GNU Emacs 24.2.1 (x86_64-apple-darwin12.2.0, NS apple-appkit-1187.34)