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

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

[nongnu] elpa/inf-clojure d2bedf9 048/313: Fix the installation instruct


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure d2bedf9 048/313: Fix the installation instructions in the Elisp snippet
Date: Wed, 11 Aug 2021 09:59:44 -0400 (EDT)

branch: elpa/inf-clojure
commit d2bedf997081dd8347bdd68bf5104b77725d80b5
Author: Rafik NACCACHE <rafik@tnteam.rocks>
Commit: Rafik Naccache <rafik.naccache@gmail.com>

    Fix the installation instructions in the Elisp snippet
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 72d8ad5..ccea0ed 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,8 @@ or if you'd rather keep it in your dotfiles:
 
 ```el
 (unless (package-installed-p 'inf-clojure)
-  (package-refresh-contents))
+  (package-refresh-contents)
+  (package-install 'inf-clojure))
 ```
 
 If the installation doesn't work try refreshing the package list:



reply via email to

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