Skip to content

Commit 20f9a8f

Browse files
authored
Remove duplicate keybinding (#3719)
This keybinding was first introduced in the commit[1]. There are two lines of keybindings to `C-c C-q`, probably due to a simple mistake. [1]: 6a9bc1c
1 parent 105da31 commit 20f9a8f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
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

cider-connection.el

-1
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)