Skip to content

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

Closed
@arichiardi

Description

@arichiardi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions