From 5290c9f59c6412d5f54a26e564b090af76902e4b Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 18 Jun 2020 02:42:19 +0100 Subject: feat(tools/emacs): Enable go-mode in .go2-files Change-Id: I03cf0641b22828eb400b9220e0756d9b7aca01cd --- tools/emacs/config/modes.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/emacs/config/modes.el b/tools/emacs/config/modes.el index 8d47f2f9a5..69fb523d0d 100644 --- a/tools/emacs/config/modes.el +++ b/tools/emacs/config/modes.el @@ -31,6 +31,7 @@ ;; Transparently open compressed files (auto-compression-mode t) -;; Show available key chord completions +;; Configure go-mode for Go2 Alpha +(add-to-list 'auto-mode-alist '("\\.go2$" . go-mode)) (provide 'modes) -- cgit 1.4.1