branch: elpa/scala-mode commit 037d202d53299a55b3b3ca9fb4f0a10197e1d0e9 Merge: 5d2416f 689bd7d Author: Heikki Vesalainen <heikki.vesalai...@iki.fi> Commit: Heikki Vesalainen <heikki.vesalai...@iki.fi>
Merge pull request #44 from vn971/patch-1 (require 'package) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e2f0d9b..09cd091 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ to the load-path and then to require it. For more information regarding the MELPA declaration ``` + (require 'package) (add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/") t) ```