nicferrier / marmalade

Nic's clone of nex3's original marmalade. Nic is maintaining this now and updating this repo.
http://marmalade-repo.org
GNU General Public License v3.0
32 stars 8 forks source link

Undefined package-archives #24

Closed lorensr closed 11 years ago

lorensr commented 11 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)

lorensr commented 11 years ago

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.