Skip to content

Minor misspelling in anki-editor.el at line 550. #25

Closed
@JayDugger

Description

https://github.com/louietan/anki-editor/blob/master/anki-editor.el#L550

(define-minor-mode anki-editor-mode
  "anki-eidtor-mode"
  :lighter " anki-editor"
  (if anki-editor-mode (anki-editor-setup-minor-mode)
    (anki-editor-teardown-minor-mode)))

Please change "anki-eidtor-mode" to "anki-editor-mode". "eidtor" appears only at that line of the file.

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