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

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

Re: using use-package


From: Stefan Monnier
Subject: Re: using use-package
Date: Sun, 09 Aug 2015 09:17:28 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> Are you serious Stefan?

Not always.  Why?

> Here's a 3-line init:
> ---------------------
> (add-to-list 'package-archives
>              '("melpa" . "http://melpa.org/packages/";))
> (package-initialize)
> ---------------------
> Start emacs -Q with that and I get:
> Symbol's value as variable is void: package-archives
> Precede by a (require 'package) and error vanishes

You can get rid of the error by swapping the two statements as well.
Not sure what is your point.


        Stefan


reply via email to

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