File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ Install via [MELPA](http://melpa.milkbox.net/#/typed-clojure-mode).
17
17
18
18
### Typed-Clojure-mode
19
19
20
- Keyboard Shortcut | Description | Command
21
- ---------------------- |----------------------------------------------------------|--- ----------------------------
22
- <kbd >C-c C-x n</kbd > | Checks the entire ns, printing errors | typed-clojure-check-ns
23
- <kbd >C-c C-x f</kbd > | Checks the preceding form or symbol, as in cf | typed-clojure-check-form
24
- <kbd >C-c C-a v</kbd > | Inserts (ann ... ) form above the top level expression | typed-clojure-ann-var
25
- <kbd >C-c C-a f</kbd > | Wraps the current form with (ann-form ... t) | typed-clojure-ann-form
20
+ Keyboard Shortcut | Description | Command
21
+ ---------------------|--------------------------------------------------| ----------------------------
22
+ <kbd >C-c C-x n</kbd > | Print errors in the namespace | typed-clojure-check-ns
23
+ <kbd >C-c C-x f</kbd > | Check the preceding form or symbol | typed-clojure-check-form
24
+ <kbd >C-c C-a v</kbd > | Insert (ann ... ) above the top expression | typed-clojure-ann-var
25
+ <kbd >C-c C-a f</kbd > | Wrap the current form with (ann-form ... t) | typed-clojure-ann-form
26
26
27
27
Dependencies
28
28
================
You can’t perform that action at this time.
0 commit comments