From 4f741497d117f929cdd342bdf16b0bd5a8d9fbee Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 2 Nov 2023 17:23:10 +0100 Subject: [PATCH] Add the ebnf-mode package --- configuration.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configuration.org b/configuration.org index 4b3c0c7..b7dd70d 100644 --- a/configuration.org +++ b/configuration.org @@ -3158,6 +3158,13 @@ Because that’s 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