Skip to content

typedclojure/typed-clojure-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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