Skip to content

Commit

Permalink
bind cider-quit C-c M-q at cider-sesman-browser-map
Browse files Browse the repository at this point in the history
This keybind first introduced in the commit[1].  There are two
lines of key bindings to `C-c C-q`, probably due to a simple
mistake.

[1]: 6a9bc1c
  • Loading branch information
conao3 committed Jun 29, 2024
1 parent 105da31 commit 27fe4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cider-connection.el
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ REPL defaults to the current REPL."
(define-key map (kbd "j d") #'cider-describe-connection)
(define-key map (kbd "j i") #'cider-describe-connection)
(define-key map (kbd "C-c C-q") #'cider-quit)
(define-key map (kbd "C-c C-q") #'cider-quit)
(define-key map (kbd "C-c M-q") #'cider-quit)
(define-key map (kbd "C-c C-r") #'cider-restart)
(define-key map (kbd "C-c M-r") #'cider-restart)
(define-key map (kbd "C-c C-d") #'cider-describe-connection)
Expand Down

0 comments on commit 27fe4ab

Please sign in to comment.