Make explicit that one must (require 'package)

Closes #1107
This commit is contained in:
Steve Purcell 2013-10-18 10:32:37 +01:00
parent d2e0dea501
commit cbea2979c1

View file

@ -3,9 +3,9 @@
<a name="installing"></a>
<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>
<!-- <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>
<p>In Emacs &lt; 24, you'll also need to explicitly include the GNU