Utilities for editing with Typed Clojure.
Keyboard Shortcut | Description | Command |
---|---|---|
C-c C-x n | Checks the entire ns, printing errors | typed-clojure-check-ns |
C-c C-x f | Checks the preceding form or symbol, as in cf | typed-clojure-check-form |
C-c C-x i | Inserts (ann ... ) form above the top level expression | typed-clojure-insert-ann |
C-c C-x w | Wraps the current form with (ann-form ... ) | typed-clojure-wrap-form |
Paredit, Clojure-mode, Cider
(require 'typed-clojure) ;; provided it's on your load-path (add-hook 'clojure-mode-hook 'typed-clojure-mode)
Copyright © 2012-2014 John Walker and contributors.
Distributed under the GNU General Public License, version 3