https://github.com/lispnik/clojure-extra-pack
https://github.com/lispnik/clojure-extra-pack
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lispnik/clojure-extra-pack
- Owner: lispnik
- Created: 2013-10-31T19:37:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-14T22:23:19.000Z (almost 12 years ago)
- Last Synced: 2025-11-23T16:09:00.691Z (7 months ago)
- Language: Emacs Lisp
- Size: 119 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clojure-extra-pack
An [emacs-live](https://github.com/overtone/emacs-live) pack containing some extras for Clojure development:
* [ritz-nrepl](https://github.com/pallet/ritz/tree/develop/nrepl)
* [nrepl-inspect](https://github.com/vitalreactor/nrepl-inspect)
## Installation
Don't forget the submodules:
git submodule init
git submodule update
Assuming `~/.live-packs/clojure-extra-pack`, create `~/.emacs-live.el` file and include:
(live-add-packs '(
"~/.live-packs/clojure-extra-pack"))