Skip to content

Use easy-mmode-defmap to define all keymaps #669

Closed
@gracjan

Description

@gracjan

haskell-mode code mostly predates Emacs 23. Since then (or even earlier) there is easy-mmode available and it seems to be standard method to declare keymaps, like this:

(easy-mmode-defmap xxx-map
  `(("n" . xxx-next)
    ("p" . xxx-prev))
   "The base keymap for `xxx-mode'.")

Use this metod everywhere keymaps are defined.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions