feat(tools/emacs): Enable go-mode in .go2-files

Change-Id: I03cf0641b22828eb400b9220e0756d9b7aca01cd
This commit is contained in:
Vincent Ambo 2020-06-18 02:42:19 +01:00
parent 2183cfe5de
commit 5290c9f59c

View file

@ -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)