Home

Awesome

Typed-Clojure-Mode

<a href='http://typedclojure.org'><img src='images/part-of-typed-clojure-project.png'></a>

The official Typed Clojure Emacs minor mode for Cider 0.8.1 and higher.

Installation

Install via MELPA.

<pre> (add-hook 'clojure-mode-hook 'typed-clojure-mode) </pre>

Typed-Clojure-mode

Keyboard ShortcutDescriptionCommand
<kbd>C-c C-x n</kbd>Print errors in the namespacetyped-clojure-check-ns
<kbd>C-c C-x f</kbd>Check the preceding form or symboltyped-clojure-check-form
<kbd>C-c C-a v</kbd>Insert (ann ... ) above the top expressiontyped-clojure-ann-var
<kbd>C-c C-a f</kbd>Wrap the current form with (ann-form ... t)typed-clojure-ann-form

Dependencies

Clojure-mode, Cider

License

Copyright © 2012-2014 John Walker and contributors.

Distributed under the GNU General Public License, version 3