diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/emacs/config/modes.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/emacs/config/modes.el b/tools/emacs/config/modes.el index 8d47f2f9a531..69fb523d0d91 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) |