File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 88
99- [ #3714 ] ( https://github.com/clojure-emacs/cider/pull/3714 ) : Show progress when evaluating files using ` cider-load-all-files ` .
1010- [ #3713 ] ( https://github.com/clojure-emacs/cider/pull/3713 ) : Optimize ` nrepl-dict-get ` and deprecate its 3-argument arity.
11+ - [ #3719 ] ( https://github.com/clojure-emacs/cider/pull/3719 ) : Clean duplicate define-key
1112
1213### Bugs fixed
1314
Original file line number Diff line number Diff line change @@ -631,7 +631,6 @@ REPL defaults to the current REPL."
631631 (define-key map (kbd " j d" ) #'cider-describe-connection )
632632 (define-key map (kbd " j i" ) #'cider-describe-connection )
633633 (define-key map (kbd " C-c C-q" ) #'cider-quit )
634- (define-key map (kbd " C-c C-q" ) #'cider-quit )
635634 (define-key map (kbd " C-c C-r" ) #'cider-restart )
636635 (define-key map (kbd " C-c M-r" ) #'cider-restart )
637636 (define-key map (kbd " C-c C-d" ) #'cider-describe-connection )
You can’t perform that action at this time.
0 commit comments