Add autoload for antlr mode
This commit is contained in:
parent
1fc2349b90
commit
672017b3ff
@ -242,6 +242,9 @@
|
||||
c-basic-offset 4)
|
||||
(c-set-offset `inline-open 0))
|
||||
|
||||
(use-package antlr-mode
|
||||
:mode "\\.g4\\'")
|
||||
|
||||
;;;; external packages (required)
|
||||
(use-package company :ensure
|
||||
:config
|
||||
|
Loading…
Reference in New Issue
Block a user