Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vedang/clojure-emacs
All the third party stuff needed to make emacs a powerful clojure IDE.
https://github.com/vedang/clojure-emacs
Last synced: 22 days ago
JSON representation
All the third party stuff needed to make emacs a powerful clojure IDE.
- Host: GitHub
- URL: https://github.com/vedang/clojure-emacs
- Owner: vedang
- Created: 2012-01-10T11:06:15.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-14T09:22:08.000Z (about 11 years ago)
- Last Synced: 2024-12-08T21:48:28.191Z (25 days ago)
- Language: Emacs Lisp
- Homepage:
- Size: 1.1 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
-*- mode: org; -*-
* Clojure-Emacs
This repository contains all the third party code required to make
Emacs an awesome clojure IDE. Namely, it contains the latest versions
of clojure-mode, nrepl.el, and ac-nrepl.I've strived to make this configuration super simple to install and
use, if you face any problems please open an issue and let me know
about it.* INSTALL
** Get the code:
$ git clone --recursive git://github.com/vedang/clojure-emacs.git /path/to/clojure-emacs
** Add the following lines to your .emacs(add-to-list 'load-path "/path/to/clojure-emacs")
(require 'clojure-emacs-init)* Caveats
This configuration is ONLY known to work with Emacs 24. You are on
your own with older versions of Emacs.* Slime support
Support for slime was dropped with clojure-mode 2.0.0. Hence,
clojure-emacs has also dropped support for slime. If you want a fully
working configuration for slime, move back to the tag 0.2.0$ cd /path/to/clojure-emacs
$ git checkout 0.2.0