Add go-mode

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

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "stuff/go-mode.el"]
path = stuff/go-mode.el
path = stuff/go.el
url = https://github.com/dominikh/go-mode.el.git

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

1
stuff/go-mode-autoloads.el Symbolic link
View File

@ -0,0 +1 @@
go.el/go-mode-autoloads.el

@ -1 +0,0 @@
Subproject commit 64be4a31390a62d248da5c0509aaa0de09b8e4f4

1
stuff/go-mode.el Symbolic link
View File

@ -0,0 +1 @@
go.el/go-mode.el

1
stuff/go.el Submodule

@ -0,0 +1 @@
Subproject commit 64be4a31390a62d248da5c0509aaa0de09b8e4f4