Add go-mode
This commit is contained in:
parent
e01070e358
commit
b3780ffe6e
5 changed files with 7 additions and 2 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue