is a clone of emacs-for-clojure with company-mode and a couple of minor tweaks.
If you haven't already you will need to install leiningen. Installing leiningen is easy with brew.
Then, navigate to your home directory & clone the repo into ~/.emacs.d
. On OSX open the terminal & type:
$ cd ~
$ git clone https://github.com/jwatki06/emacs.git .emacs.d
This config will install the following packages:
clojure-mode
key bindings and pretty colours for Clojure.cider
integration with a Clojure REPL and more.paredit
minor mode for structural editing of sexps, keeps parens balanced.company
modular text completion.
rainbow-delimiters
, tagedit
, magit
, ido-ubiquitous
, smex
& projectile