diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2014-08-10 01:45:29 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2014-08-10 01:45:29 +0200 |
commit | d8db8881325ddef634d392376440012ed3c3748c (patch) | |
tree | 85ddbdf010266a953cc6943a9875ae14a3f273a2 /doc/install.texi | |
parent | 7951269d1f2ab87c0a4981430a1e47b2000a929b (diff) | |
download | geiser-d8db8881325ddef634d392376440012ed3c3748c.tar.gz geiser-d8db8881325ddef634d392376440012ed3c3748c.tar.bz2 |
MELPA is hopeless (at least for the time being)
Diffstat (limited to 'doc/install.texi')
-rw-r--r-- | doc/install.texi | 12 |
1 files 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 |