Add go-mode

This commit is contained in:
nemunaire 2015-07-13 11:38:24 +02:00
commit b3780ffe6e
5 changed files with 7 additions and 2 deletions

View file

@ -15,6 +15,9 @@
(add-to-list 'auto-mode-alist '("\\.pro$" . sh-mode)) ; Qt .pro files
(add-to-list 'auto-mode-alist '("configure$" . sh-mode))
;; Go mode
(require 'go-mode-autoloads)
;; Changelog mode
(add-to-list 'auto-mode-alist '("COMMIT_EDITMSG" . change-log-mode))