Typed-Clojure-Mode

November 27, 2014 · View on GitHub

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

Installation

Install via MELPA.

(add-hook 'clojure-mode-hook 'typed-clojure-mode)

Typed-Clojure-mode

Keyboard ShortcutDescriptionCommand
C-c C-x nPrint errors in the namespacetyped-clojure-check-ns
C-c C-x fCheck the preceding form or symboltyped-clojure-check-form
C-c C-a vInsert (ann ... ) above the top expressiontyped-clojure-ann-var
C-c C-a fWrap 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