mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 11:08:54 +00:00
Remove broken link
This commit is contained in:
parent
7dea24e922
commit
1e00b11e08
1 changed files with 1 additions and 4 deletions
|
@ -12,10 +12,7 @@
|
||||||
ELPA archive, which provides important compatibility libraries like <code>cl-lib</code>:</p>
|
ELPA archive, which provides important compatibility libraries like <code>cl-lib</code>:</p>
|
||||||
<pre><code>(when (< emacs-major-version 24)
|
<pre><code>(when (< emacs-major-version 24)
|
||||||
(add-to-list 'package-archives '("gnu" . "http://elpa.gnu.org/packages/")))</code></pre>
|
(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.
|
|
||||||
</p>
|
|
||||||
<h3>Customizations</h3>
|
<h3>Customizations</h3>
|
||||||
<p>
|
<p>
|
||||||
There is currently no way in <code>package.el</code> to
|
There is currently no way in <code>package.el</code> to
|
||||||
|
|
Loading…
Reference in a new issue