clojure-emacs / cider

The Clojure Interactive Development Environment that Rocks for Emacs
https://cider.mx
GNU General Public License v3.0
3.52k stars 643 forks source link

clean duplicate define-key at cider-sesman-browser-map #3719

Closed conao3 closed 1 week ago

conao3 commented 1 week ago

This keybind first introduced in the commit. There are two lines of key bindings to C-c C-q, probably due to a simple mistake.

Replace this placeholder text with a summary of the changes in your PR. The more detailed you are, the better.


Before submitting the PR make sure the following things have been done (and denote this by checking the relevant checkboxes):

Thanks!

If you're just starting out to hack on CIDER you might find this section of its manual extremely useful.

conao3 commented 1 week ago

Or, just remove the line

bbatsov commented 1 week ago

I think it's better to just remove the duplication.

conao3 commented 1 week ago

Thanks, @bbatsov! I just remove duplicate one.

bbatsov commented 1 week ago

Thanks!