From 401a15abc2302ccc870c1df386e5b7cb9880ab43 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Thu, 19 Sep 2013 18:24:00 +0200 Subject: News about MELPA support --- doc/install.texi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/install.texi b/doc/install.texi index 38f67af..90c6385 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -47,17 +47,17 @@ 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} -or in Geiser's repository, located at -@code{http://download.savannah.gnu.org/releases/geiser/packages}. To -tell Emacs that a repo exists, you add it to @code{package-archives}: +(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}: @example (require 'package) (add-to-list 'package-archives '("marmalade" . "http://marmalade-repo.org/packages/")) -;; You don't need this one if you have marmalade: +;; You don't need this one if you prefer marmalade and released versions: ;; (add-to-list 'package-archives -;; '("geiser" . "http://download.savannah.gnu.org/releases/geiser/packages")) +;; '("melpa" . "http://melpa.milkbox.net/packages/")) (package-initialize) @end example -- cgit v1.2.3