Re: Developing in Clojure with Emacs: Mastering the Keyboard

2018-03-05 Thread Leandro Doctors
Hi, Chris, Have you tried Spacemacs? It comes with a pre-configured Clojure layer... Spacemacs.org For me, it worked flawlessly (the only big difference with the default configuration being using parinfer instead of paredit). Best, Leandro On 3 Mar 2018 13:11, "Chris Shellenbarger" wrote: > I

Re: Developing in Clojure with Emacs: Mastering the Keyboard

2018-03-05 Thread Didier
I'd second spacemacs, just make sure you go Holy and use Ivy. Helm I find is way too slow. And with Evil mode, you are now learning 3 things at once, Clojure, Emacs and Vim. Unless you already master Vim, then you can go Evil. -- You received this message because you are subscribed to the Goog

Re: Developing in Clojure with Emacs: Mastering the Keyboard

2018-03-05 Thread Mark Stang
I have found spacemacs to be the easiest to get things running. Clojure Development with Cider (https://practicalli.github.io/spacemacs/) I have used Cursive over the years, but I don't use it enough to justify continuing to pay for it. Spacemacs provides a whole group of editors for odd languag

Re: Developing in Clojure with Emacs: Mastering the Keyboard

2018-03-05 Thread Phillip Lord
which-key is a fantastic package. The Emacs out-of-the-box experience is getting better, but slowly; this sort of functionality really needs to be in core, automatically active. Phil Chris Shellenbarger writes: > I found them useful for getting the repl to run - after following these > instr

Re: Developing in Clojure with Emacs: Mastering the Keyboard

2018-03-04 Thread Erik Assum
There was a thread in this on clojureverse.org: https://clojureverse.org/t/share-the-nitty-gritty-details-of-your-clojure-workflow/1208 Erik. -- i farta > 4. mar. 2018 kl. 15:47 skrev Chris Shellenbarger > : > > What I feel is missing from a lot of the Clojure world is documentation on > ho

Re: Developing in Clojure with Emacs: Mastering the Keyboard

2018-03-04 Thread Chris Shellenbarger
Thanks Magomimmo - the main thing I did to get it working was to load the `seq` file directly - for some reason requiring the package wasn't loading the functions that the CIDER repl was calling. Anyway it was strange but I cobbled together something that worked well enough for me to evaluate

Re: Developing in Clojure with Emacs: Mastering the Keyboard

2018-03-04 Thread Chris Shellenbarger
I found them useful for getting the repl to run - after following these instructions I was able to run 'cider-jack-in' and get to a repl that worked the same was as the one I had been using in Cursive. They also pointed me to a couple of suggested packages to install, in which whichkey was one.

Re: Developing in Clojure with Emacs: Mastering the Keyboard

2018-03-04 Thread Giacomo Cosenza
Hi Chris, in my past experience you have to fix more things to update emacs-for-clojure to latest stable CIDER release (I'm currently using emacs-prelude instead): In your init.el (add-to-list 'package-archives '("melpa-stable" . "http://stable.melpa.org/packages/";) t) (add-to-list

Re: Developing in Clojure with Emacs: Mastering the Keyboard

2018-03-04 Thread Bozhidar Batsov
Btw, didn't you find the instructions in the official manual useful ( http://cider.readthedocs.io/en/latest/installation/ and http://cider.readthedocs.io/en/latest/up_and_running/). Admitted they are not great, but they do cover a lot of ground and are reasonably up-to-date. On 3 March 2018 at 23: