Add the ebnf-mode package

This commit is contained in:
2023-11-02 17:23:10 +01:00
parent 47c0d61301
commit 4f741497d1

View File

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