From 672017b3ff79c749c7dfb678c353618e89fda56f Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Tue, 28 Aug 2018 21:42:59 -0400 Subject: [PATCH] Add autoload for antlr mode --- .emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 781c3c8..90885cf 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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