branch: elpa/scala-mode commit 689bd7df8352ba5fc900fa433c71dbfaa698fac9 Author: Vasya Novikov <n1m5-git...@yandex.ru> Commit: Vasya Novikov <n1m5-git...@yandex.ru>
(require 'package) (require 'package) is needed for the instruction to work. Maybe add it? --- 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) ```