Skip to content

Commit bb4bcaf

Browse files
committed
Rewrite descriptions in shortcuts table
1 parent bd34255 commit bb4bcaf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ Install via [MELPA](http://melpa.milkbox.net/#/typed-clojure-mode).
1717

1818
### Typed-Clojure-mode
1919

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
2626

2727
Dependencies
2828
================

0 commit comments

Comments
 (0)