Emacs Configuration

I am trying to get started with Emacs / Clojure. What is the correct way to install emacs extensions. I am trying to install the following plugin:

https://bitbucket.org/kotarak/vimclojure

I put it in ~ / .emacs / plugins, but it does not work.

+3
source share
4 answers

In general, there is a rather awkward hostility between Vi users and Emacs users.

I am pretty sure that trying to make the Vim plugin in Emacs completely impossible.

To use emacs, I suggest you checko clojurebox if you are in windows, as it contains a pre-configured emacs environment.

Unix- emacs , SLIME, , . Aquamacs.

Leiningen: https://github.com/technomancy/leiningen/wiki/emacs-integration

.

+6

Vim. , Emacs.

+2

Straight from the Horse's Mouth: Getting Started with Emacs

+2
source

The instructions for ubuntu are here (but they go to any unix or mac):

http://www.learningclojure.com/2010/08/clojure-emacs-swank-slime-maven-maven.html

+1
source

All Articles