branch: externals/matlab-mode
commit 4dfa0716c58fa0e0a37cf2aed165400245eabaef
Author: John Ciolfi <john.ciolfi...@gmail.com>
Commit: GitHub <nore...@github.com>

    Update README.org - add (require 'package)
---
 README.org | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index b76d9381bc..9e1ac5c5e8 100644
--- a/README.org
+++ b/README.org
@@ -57,9 +57,10 @@
 
 Installing via [[https://melpa.org][MELPA]] is recommended because MELPA will 
contain the latest validated release.
 
-Add to your =~/.emacs=:
+Add to your =~/.emacs=
 
 #+begin_src emacs-lisp
+  (require 'package)
   (add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/";) t)
 #+end_src
 

Reply via email to