From 79ac17db8c81b14ed49e0e5cf13c04a4cd3901b5 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sun, 3 Nov 2013 23:55:11 +0200 Subject: [PATCH] Fix a reference to nrepl.el --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67a6f88..79530bc 100644 --- a/README.md +++ b/README.md @@ -389,7 +389,7 @@ If you're an `evil-mode` user you'll probably do well to disable `key-chord-mode The default Prelude installation comes with a bare minimum of functionality. It will however install add-ons for various programming languages and frameworks on demand. For instance - if you try to open -a `.clj` file `clojure-mode`, `nrepl.el` and prelude's enhanced Lisp +a `.clj` file `clojure-mode`, `cider` and Prelude's enhanced Lisp configuration will be installed automatically for you. You can, of course, install anything you wish manually as well.