Closed conao3 closed 5 months 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.
C-c C-q
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):
eldev test
eldev lint
elisp-lint
checkdoc
Thanks!
If you're just starting out to hack on CIDER you might find this section of its manual extremely useful.
Or, just remove the line
I think it's better to just remove the duplication.
Thanks, @bbatsov! I just remove duplicate one.
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):
eldev test
)eldev lint
) which is based onelisp-lint
and includescheckdoc
, check-declare, packaging metadata, indentation, and trailing whitespace checks.Thanks!
If you're just starting out to hack on CIDER you might find this section of its manual extremely useful.