Skip to content

Commit

Permalink
fix(ebnf-mode): fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Mar 21, 2023
1 parent f43d7ff commit f63014f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/me-extra.el
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@
"id" #'crux-insert-date
"bo" #'crux-kill-other-buffers))


(provide 'me-extra)
2 changes: 1 addition & 1 deletion modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ the children of class at point."

(use-package ebnf-mode
:straight (:host github :repo "jeramey/ebnf-mode")
:hook (bnf-mode . display-line-numbers-mode)
:hook (ebnf-mode . display-line-numbers-mode)
:mode "\\.ebnf\\'")


Expand Down

0 comments on commit f63014f

Please sign in to comment.