emacs-devel
[Top][All Lists]
Advanced

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

Re: Local ELPA


From: Stephen Leake
Subject: Re: Local ELPA
Date: Mon, 23 Dec 2013 07:59:01 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (windows-nt)

Stefan Monnier <address@hidden> writes:

>> This approach doesn't work because a plain git checkout of the ELPA packages
>> directory lacks the index files needed.
>
> You need to "make".

The default make target is all-in-place, which does not produce the
required index files. 

I found that this works for me:

cd /Projects/elpa
make archive-tmp process-archive

Together with:

(setq package-archives (list (cons "test" "/Projects/elpa/archive/packages")))

-- 
-- Stephe



reply via email to

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