From d8db8881325ddef634d392376440012ed3c3748c Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sun, 10 Aug 2014 01:45:29 +0200 Subject: MELPA is hopeless (at least for the time being) --- doc/install.texi | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/doc/install.texi b/doc/install.texi index 0452ec7..964cce9 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -46,18 +46,14 @@ for earlier versions, the page i just linked to twice will tell you where to find the goodies. ELPA packages live in repositories accessible via HTTP. You can find -Geiser's package either in @uref{http://marmalade-repo.org, Marmalade} -(for releases) or in @uref{http://melpa.milkbox.net, MELPA} (for the -unstable version directly from the git repo). To tell Emacs that a repo -exists, you add it to @code{package-archives}: +Geiser's package in @uref{http://melpa.milkbox.net, MELPA} (directly +from the git repo). To tell Emacs that a repo exists, you add it to +@code{package-archives}: @example (require 'package) (add-to-list 'package-archives - '("marmalade" . "http://marmalade-repo.org/packages/")) -;; You don't need this one if you prefer marmalade and released versions: -;; (add-to-list 'package-archives -;; '("melpa" . "http://melpa.milkbox.net/packages/")) + '("melpa" . "http://melpa.milkbox.net/packages/")) (package-initialize) @end example -- cgit v1.2.3