Skip to content

typedclojure/typed-clojure-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Typed-Clojure.el

Utilities for editing with Typed Clojure.

Typed-Clojure-mode

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

Screencast

Dependencies

Paredit, Clojure-mode, Cider

Installation

(require 'typed-clojure) ;; provided it's on your load-path
(add-hook 'clojure-mode-hook 'typed-clojure-mode)

License

Copyright © 2012-2014 John Walker and contributors.

Distributed under the GNU General Public License, version 3

About

Typed Clojure minor mode for Emacs

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •