Skip to content

Clojure-mode-map does not inherit from prog-mode-map #467

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

Closed
arichiardi opened this issue Jan 7, 2018 · 1 comment
Closed

Clojure-mode-map does not inherit from prog-mode-map #467

arichiardi opened this issue Jan 7, 2018 · 1 comment

Comments

@arichiardi
Copy link
Contributor

Expected behavior

I expect to see the keybindings defined in my prog-mode-map when I use clojure-mode.

Actual behavior

It does not happen.

Steps to reproduce the problem

Evaluate (define-key prog-mode-map (kbd "C-c x g") 'git-gutter-mode) somewhere in your emacs and then enable clojure-mode. You won't be able to use C-c x g.

clojure-mode version information

All versions.

I think this should be done for coherence. They actually did the same for lisp-mode.

@bbatsov
Copy link
Member

bbatsov commented Mar 30, 2018

Yeah, that makes sense. Done.

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

No branches or pull requests

2 participants