I am trying to get started with Emacs/Clojure. What is the proper way to install emacs extensions. I am trying to install the the following plugin:
https://bitbucket.org/kotarak/vimclojure
I have placed it in ~/.emacs/plugins but it does not work.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In general there is quite some amical animosity between the Vi users and the Emacs users.
I am quite certain that trying to make a Vim plugin work in Emacs is quite impossible.
For emacs use I suggest you checkout clojurebox if you ‘re on windows as it contains a preconfigured emacs environment.
On Unix like environments emacs is more native and you can use SLIME which is usually available as a OS package or as a separate download for e.g. Aquamacs.
In combination with Leiningen : https://github.com/technomancy/leiningen/wiki/emacs-integration
you have also a nice environemnet.
Good luck and happy hacking