File tree 2 files changed +1
-1
lines changed
2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
- [ #3714 ] ( https://github.com/clojure-emacs/cider/pull/3714 ) : Show progress when evaluating files using ` cider-load-all-files ` .
10
10
- [ #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
11
12
12
13
### Bugs fixed
13
14
Original file line number Diff line number Diff line change @@ -631,7 +631,6 @@ REPL defaults to the current REPL."
631
631
(define-key map (kbd " j d" ) #'cider-describe-connection )
632
632
(define-key map (kbd " j i" ) #'cider-describe-connection )
633
633
(define-key map (kbd " C-c C-q" ) #'cider-quit )
634
- (define-key map (kbd " C-c C-q" ) #'cider-quit )
635
634
(define-key map (kbd " C-c C-r" ) #'cider-restart )
636
635
(define-key map (kbd " C-c M-r" ) #'cider-restart )
637
636
(define-key map (kbd " C-c C-d" ) #'cider-describe-connection )
You can’t perform that action at this time.
0 commit comments