el-get/recipes/kibit-mode.rcp

6 lines
343 B
Plaintext
Raw Normal View History

2012-12-28 12:01:43 +08:00
(:name kibit-mode
:description "kibit-mode is a combination of a thin wrapper around the excellent kibit tool, and a minor for Clojure buffers that will help you find ways to make your Clojure code more idiomatic."
:type github
:pkgname "aredington/kibit-mode"
:post-init (add-hook 'clojure-mode-hook 'kibit-mode))