We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If you don't know Emacs, you may want to pick one of the choices above. The learning curve here is steep.
lein deps
.emacs
.emacs.d
git clone http://github.com/technomancy/emacs-starter-kit.git .emacs.d
emacs -l ~/.emacs.d/emacs-starter-kit/init.el
M-x package-list-packages
i
x
lein swank
M-x slime-connect
To run the labrepl:
(require 'labrepl)
(labrepl/-main)