The official Typed Clojure Emacs minor mode for Cider 0.8.1 and
higher.
Install via MELPA.
(add-hook 'clojure-mode-hook 'typed-clojure-mode)
| Keyboard Shortcut | Description | Command |
|---|---|---|
| C-c C-x n | Print errors in the namespace | typed-clojure-check-ns |
| C-c C-x f | Check the preceding form or symbol | typed-clojure-check-form |
| C-c C-a v | Insert (ann ... ) above the top expression | typed-clojure-ann-var |
| C-c C-a f | Wrap the current form with (ann-form ... t) | typed-clojure-ann-form |
Clojure-mode, Cider
Copyright © 2012-2014 John Walker and contributors.
Distributed under the GNU General Public License, version 3
