Add go-mode
This commit is contained in:
parent
e01070e358
commit
b3780ffe6e
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
|||||||
[submodule "stuff/go-mode.el"]
|
[submodule "stuff/go-mode.el"]
|
||||||
path = stuff/go-mode.el
|
path = stuff/go.el
|
||||||
url = https://github.com/dominikh/go-mode.el.git
|
url = https://github.com/dominikh/go-mode.el.git
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
(add-to-list 'auto-mode-alist '("\\.pro$" . sh-mode)) ; Qt .pro files
|
(add-to-list 'auto-mode-alist '("\\.pro$" . sh-mode)) ; Qt .pro files
|
||||||
(add-to-list 'auto-mode-alist '("configure$" . sh-mode))
|
(add-to-list 'auto-mode-alist '("configure$" . sh-mode))
|
||||||
|
|
||||||
|
;; Go mode
|
||||||
|
(require 'go-mode-autoloads)
|
||||||
|
|
||||||
;; Changelog mode
|
;; Changelog mode
|
||||||
(add-to-list 'auto-mode-alist '("COMMIT_EDITMSG" . change-log-mode))
|
(add-to-list 'auto-mode-alist '("COMMIT_EDITMSG" . change-log-mode))
|
||||||
|
|
||||||
|
1
stuff/go-mode-autoloads.el
Symbolic link
1
stuff/go-mode-autoloads.el
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
go.el/go-mode-autoloads.el
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 64be4a31390a62d248da5c0509aaa0de09b8e4f4
|
|
1
stuff/go-mode.el
Symbolic link
1
stuff/go-mode.el
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
go.el/go-mode.el
|
1
stuff/go.el
Submodule
1
stuff/go.el
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 64be4a31390a62d248da5c0509aaa0de09b8e4f4
|
Loading…
x
Reference in New Issue
Block a user