Add the ebnf-mode package

This commit is contained in:
Gergely Polonkai 2023-11-02 17:23:10 +01:00
parent 47c0d61301
commit 4f741497d1
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 7 additions and 0 deletions

View File

@ -3158,6 +3158,13 @@ Because thats still my favourite language.
:mode "\\.yuck\\'")
#+end_src
** ~ebnf-mode~
#+begin_src emacs-lisp
(use-package ebnf-mode
:commands (ebnf-mode))
#+end_src
* Key bindings
#+begin_src emacs-lisp