help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Adding Package Repositories in Gnu Emacs 24.4


From: Emanuel Berg
Subject: Re: Adding Package Repositories in Gnu Emacs 24.4
Date: Tue, 14 Apr 2015 18:39:59 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

"Bourgoin, Mario" <Mario.Bourgoin@emc.com> writes:

> How can the custom system be reliably used to add
> package repositories to Gnu Emacs 24.4 (and later)?
> Since in 24.4, "package-archives" may be customized,
> that seems the way to go.

With "package-archives", do you mean what you get with
`package-list-packages'?

If so, just put something like this in an init file,
then add repositories as dotted pair list items as you
go along:

    (setq package-archives
          '(( "elpa" . "http://elpa.gnu.org/packages/";)
            ("melpa" . "http://melpa.milkbox.net/packages/";) ))

> Mario Bourgoin Senior Data Scientist - Hopkinton EMC
> CTD Symmetrix uCode (508) 249-1297 Direct

Hint: Put your signature immediately below two dashes
and a whitespace, i.e. on the line following a line
with only "-- ", as is described in section 4.3 of:

    http://www.ietf.org/rfc/rfc3676.txt

-- 
underground experts united
http://user.it.uu.se/~embe8573


reply via email to

[Prev in Thread] Current Thread [Next in Thread]