emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/scala-mode 689bd7d 089/217: (require 'package)


From: ELPA Syncer
Subject: [nongnu] elpa/scala-mode 689bd7d 089/217: (require 'package)
Date: Sun, 29 Aug 2021 11:30:49 -0400 (EDT)

branch: elpa/scala-mode
commit 689bd7df8352ba5fc900fa433c71dbfaa698fac9
Author: Vasya Novikov <n1m5-github@yandex.ru>
Commit: Vasya Novikov <n1m5-github@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)
         ```



reply via email to

[Prev in Thread] Current Thread [Next in Thread]