Skip to content

Commit e662665

Browse files
committed
update readme
1 parent d3e9c46 commit e662665

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,6 @@
33
If you're new to emacs, check out
44
[this introductory tutorial](http://www.braveclojure.com/basic-emacs/)!
55

6-
## WARNING
7-
8-
This project uses an outdated version of
9-
[CIDER](https://github.com/clojure-emacs/cider), the package that
10-
provides much of the functionality for Clojure development. If you run
11-
into issues, try upgrading (instructions below).
12-
13-
Why not just update this package to use the latest CIDER, you ask?
14-
This project uses CIDER 0.8.1 so that
15-
[Clojure for the Brave and True](http://www.braveclojure.com/basic-emacs/)
16-
readers are less likely to get confused as they use Emacs for the
17-
first time.
18-
196
## Installing
207

218
1. Close Emacs.
@@ -30,13 +17,6 @@ first time.
3017
and unzip it. Its contents should be a folder,
3118
`emacs-for-clojure-book1`. Run `mv path/to/emacs-for-clojure-book1
3219
~/.emacs.d`.
33-
4. Create the file `~/.lein/profiles.clj` (Windows users, this is
34-
probably `C:\Users\your_user_name\.lein\profiles.clj`) and add this
35-
line to it:
36-
37-
```clojure
38-
{:user {:plugins [[cider/cider-nrepl "0.8.1"]]}}
39-
```
4020

4121
Then open Emacs.
4222

@@ -63,7 +43,6 @@ To upgrade:
6343
5. In Emacs, run `M-x package-refresh contents`.
6444
6. In Emacs, run `M-x package-install cider`.
6545
7. Close and re-open Emacs.
66-
8. Open `.lein/profiles.clj` and remove `[cider/cider-nrepl "0.8.1"]` from it.
6746

6847
That should install the latest version. Enjoy!
6948

0 commit comments

Comments
 (0)