We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3522b57 commit 457f33fCopy full SHA for 457f33f
clojure-ts-mode.el
@@ -2441,7 +2441,8 @@ parenthesis."
2441
["Fully thread a form with ->>" clojure-ts-thread-last-all]
2442
"--"
2443
["Unwind once" clojure-ts-unwind]
2444
- ["Fully unwind a threading macro" clojure-ts-unwind-all])))
+ ["Fully unwind a threading macro" clojure-ts-unwind-all])
2445
+ ["Version" clojure-mode-display-version]))
2446
map)
2447
"Keymap for `clojure-ts-mode'.")
2448
0 commit comments