Skip to content

Arduino-mode-map not used #16

Description

@Pilen

In arduino-mode the keymap is set as (use-local-map c-mode-map) so it doesn't actually use the arduino-mode-map.
This makes it impossible to define arduino specific keys.
The code should really be (use-local-map arduino-mode-map)

I kinda think this mode should probably have been created using define-derived-mode instead of the template from http://cc-mode.sourceforge.net/derived-mode-ex.el

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions