branch: elpa/inf-clojure commit d2bedf997081dd8347bdd68bf5104b77725d80b5 Author: Rafik NACCACHE <rafik@tnteam.rocks> Commit: Rafik Naccache <rafik.nacca...@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: