Skip to content

Commit 457f33f

Browse files
committed
Add the version to the mode's menu
1 parent 3522b57 commit 457f33f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clojure-ts-mode.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2441,7 +2441,8 @@ parenthesis."
24412441
["Fully thread a form with ->>" clojure-ts-thread-last-all]
24422442
"--"
24432443
["Unwind once" clojure-ts-unwind]
2444-
["Fully unwind a threading macro" clojure-ts-unwind-all])))
2444+
["Fully unwind a threading macro" clojure-ts-unwind-all])
2445+
["Version" clojure-mode-display-version]))
24452446
map)
24462447
"Keymap for `clojure-ts-mode'.")
24472448

0 commit comments

Comments
 (0)