Skip to content

Commit

Permalink
tweak(prog): clean unused modes
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jul 9, 2023
1 parent 4516c9b commit b0a6c9f
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -389,23 +389,9 @@ the children of class at point."
:custom
(lua-indent-level 2))

(use-package hy-mode
:straight t)

(use-package powershell
:straight t)

(use-package franca-idl
:straight (:host github :repo "zeph1e/franca-idl.el"))

(use-package bnf-mode
:straight t)

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


(provide 'me-prog)

Expand Down

0 comments on commit b0a6c9f

Please sign in to comment.