feat(tools/emacs): Enable go-mode in .go2-files
Change-Id: I03cf0641b22828eb400b9220e0756d9b7aca01cd
This commit is contained in:
parent
2183cfe5de
commit
5290c9f59c
1 changed files with 2 additions and 1 deletions
|
@ -31,6 +31,7 @@
|
||||||
;; Transparently open compressed files
|
;; Transparently open compressed files
|
||||||
(auto-compression-mode t)
|
(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)
|
(provide 'modes)
|
||||||
|
|
Loading…
Reference in a new issue