mirror of
https://github.com/correl/melpa.git
synced 2024-11-29 03:00:11 +00:00
parent
d2e0dea501
commit
cbea2979c1
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@
|
||||||
<a name="installing"></a>
|
<a name="installing"></a>
|
||||||
<h2>Installing</h2>
|
<h2>Installing</h2>
|
||||||
<p>To add the repository put this before the call to <code>package-initialize</code> in your <code>init.el</code> file.</p>
|
<p>To add the repository put this before the call to <code>package-initialize</code> in your <code>init.el</code> file.</p>
|
||||||
<!-- <script src="https://gist.github.com/1679158.js"> </script> -->
|
|
||||||
|
|
||||||
<pre><code>(add-to-list 'package-archives
|
<pre><code>(require 'package)
|
||||||
|
(add-to-list 'package-archives
|
||||||
'("melpa" . "http://melpa.milkbox.net/packages/") t)</code></pre>
|
'("melpa" . "http://melpa.milkbox.net/packages/") t)</code></pre>
|
||||||
|
|
||||||
<p>In Emacs < 24, you'll also need to explicitly include the GNU
|
<p>In Emacs < 24, you'll also need to explicitly include the GNU
|
||||||
|
|
Loading…
Reference in a new issue