Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.13 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.13 KB

Typed-Clojure-Mode

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 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

Dependencies

Clojure-mode, Cider

License

Copyright © 2012-2014 John Walker and contributors.

Distributed under the GNU General Public License, version 3