Skip to content

Latest commit

 

History

History
executable file
·
25 lines (15 loc) · 912 Bytes

README.md

File metadata and controls

executable file
·
25 lines (15 loc) · 912 Bytes

this Clojure-friendly emacs config

is a clone of emacs-for-clojure with company-mode and a couple of minor tweaks.

Installation

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

Packages

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

TODO: