33If 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
2181 . 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
4121Then open Emacs.
4222
@@ -63,7 +43,6 @@ To upgrade:
63435 . In Emacs, run ` M-x package-refresh contents ` .
64446 . In Emacs, run ` M-x package-install cider ` .
65457 . Close and re-open Emacs.
66- 8 . Open ` .lein/profiles.clj ` and remove ` [cider/cider-nrepl "0.8.1"] ` from it.
6746
6847That should install the latest version. Enjoy!
6948
0 commit comments