branch: elpa/clojure-ts-mode commit 457f33f8cd047efa7b844a57d52a4c71e6ecf4c8 Author: Bozhidar Batsov <bozhi...@batsov.dev> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
Add the version to the mode's menu --- clojure-ts-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clojure-ts-mode.el b/clojure-ts-mode.el index 8b6bca7bd5..4380c9231c 100644 --- a/clojure-ts-mode.el +++ b/clojure-ts-mode.el @@ -2441,7 +2441,8 @@ parenthesis." ["Fully thread a form with ->>" clojure-ts-thread-last-all] "--" ["Unwind once" clojure-ts-unwind] - ["Fully unwind a threading macro" clojure-ts-unwind-all]))) + ["Fully unwind a threading macro" clojure-ts-unwind-all]) + ["Version" clojure-mode-display-version])) map) "Keymap for `clojure-ts-mode'.")