Skip to content

Use comint-mode-map as parent map instead #207

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 14, 2022
Merged

Conversation

Inc0n
Copy link
Contributor

@Inc0n Inc0n commented Nov 13, 2022

Whilst playing with inf-clojure-mode-map, some previous binds are overriden, because copy-keymap is used instead of set-parent-map. This will help for that.

  • The commits are consistent with our contribution guidelines
  • The new code is not generating bytecode or M-x checkdoc warnings
  • You've updated the changelog (if adding/changing user-visible functionality)
  • You've updated the readme (if adding/changing user-visible functionality)

Whilst playing with inf-clojure-mode-map, some previous binds are overriden, because copy-keymap is used instead of set-parent-map.
This will help for that.
@bbatsov bbatsov merged commit e5ce383 into clojure-emacs:master Nov 14, 2022
@bbatsov
Copy link
Member

bbatsov commented Nov 14, 2022

Thanks!

@Inc0n
Copy link
Contributor Author

Inc0n commented Nov 14, 2022

A small change, but a convenient one :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants