go stuff maybe
This commit is contained in:
parent
50d16c05da
commit
d7101a46f4
2 changed files with 6 additions and 3 deletions
|
|
@ -820,7 +820,9 @@ Or, uh, Objective C, I guess."
|
|||
;; Go (#golang) Mode
|
||||
;; =================================================================
|
||||
(use-package go-mode :ensure t
|
||||
:mode "\\.go\\'")
|
||||
:mode "\\.go\\'"
|
||||
:config
|
||||
(add-hook 'before-save-hook 'gofmt-before-save))
|
||||
|
||||
;; (require 'auto-complete-config)
|
||||
;; (require 'go-autocomplete)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue