You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Expected behavior
I expect to see the keybindings defined in my
prog-mode-map
when I useclojure-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 enableclojure-mode
. You won't be able to useC-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
.The text was updated successfully, but these errors were encountered: