mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
Note necessity of using GNU ELPA archive (see #634)
This commit is contained in:
parent
8d535c49ca
commit
dd39f68f1d
1 changed files with 5 additions and 0 deletions
|
@ -142,6 +142,11 @@
|
|||
|
||||
<pre><code>(add-to-list 'package-archives
|
||||
'("melpa" . "http://melpa.milkbox.net/packages/") t)</code></pre>
|
||||
|
||||
<p>In Emacs < 24, you'll also need to explicitly include the GNU
|
||||
ELPA archive, which provides important compatibility libraries like <code>cl-lib</code>:</p>
|
||||
<pre><code>(when (< emacs-major-version 24)
|
||||
(add-to-list 'package-archives '("gnu" . "http://elpa.gnu.org/packages/")))</code></pre>
|
||||
<p>
|
||||
Please read about <a href="#known-issues">known issues</a>
|
||||
below before attempting to install multiple packages at once.
|
||||
|
|
Loading…
Reference in a new issue