Adding Marmalade as Package Source

后端 未结 1 1624
悲哀的现实
悲哀的现实 2020-12-28 16:16

I\'m trying to add Marmalade as a package source, but when I do so I get the error:Symbol\'s value as variable is void: package-archives. Anyone know how to res

相关标签:
1条回答
  • 2020-12-28 16:55

    Use the package.el to be included with emacs24, as the ELPA version doesn't include package-archives and support for multiple repositories.

    It is found here (emacs24!): http://bzr.savannah.gnu.org/lh/emacs/trunk/annotate/head:/lisp/emacs-lisp/package.el

    Last emacs23 compatible version: http://repo.or.cz/w/emacs.git/blob/ba08b24186711eaeb3748f3d1f23e2c2d9ed0d09:/lisp/emacs-lisp/package.el

    Drop it into your loadpath and settle for one type of loading (that is drop the lines after the comment).

    0 讨论(0)
提交回复
热议问题