Add go support
This commit is contained in:
parent
594d61e319
commit
18d1f070a0
11
modules/init-go.el
Normal file
11
modules/init-go.el
Normal file
@ -0,0 +1,11 @@
|
||||
;;; init-go.el --- .Emacs Configuration -*- lexical-binding: t -*-
|
||||
;;; Commentary:
|
||||
;;
|
||||
|
||||
;;; Code:
|
||||
;; go-mode
|
||||
(use-package go-mode
|
||||
:mode ("\\.go\\'" . go-mode))
|
||||
|
||||
(provide 'init-go)
|
||||
;;; init-go.el ends here
|
Loading…
x
Reference in New Issue
Block a user