File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Up next
4
4
5
+ - Display keymap bindings in documentation for minor mode
5
6
- New config setting ` cljr-libspec-whitelist ` to prevent libspecs which appear unused but are side-effecting at load from being pruned.
6
7
- [ #301 ] (https://github.com/clojure-emacs/clj-refactor.el/issues/301 ) ` ad ` has gained a prefix to declare the symbol under the cursor.
7
8
- [ #312 ] ( https://github.com/clojure-emacs/clj-refactor.el/issues/312 ) Allow ` sut ` alias to be customized.
Original file line number Diff line number Diff line change @@ -3985,7 +3985,9 @@ If injecting the dependencies is not preferred set `cljr-inject-dependencies-at-
3985
3985
; ; ------ minor mode -----------
3986
3986
;;;### autoload
3987
3987
(define-minor-mode clj-refactor-mode
3988
- " A mode to keep the clj-refactor keybindings."
3988
+ " A mode to keep the clj-refactor keybindings.
3989
+
3990
+ \\ {clj-refactor-map}"
3989
3991
nil " cljr" clj-refactor-map
3990
3992
(if clj-refactor-mode
3991
3993
(add-hook 'post-command-hook #'cljr--post-command-hook :append :local )
You can’t perform that action at this time.
0 commit comments