fix gomode
This commit is contained in:
parent
7b4216e888
commit
fe693b8ccd
1 changed files with 2 additions and 1 deletions
3
init.el
3
init.el
|
@ -109,7 +109,8 @@
|
||||||
)
|
)
|
||||||
|
|
||||||
;; langs
|
;; langs
|
||||||
(use-package go-mode :ensure t)
|
(use-package go-mode :ensure t
|
||||||
|
:config (add-to-list 'auto-mode-alist '("\\.go\\'" . go-mode)))
|
||||||
|
|
||||||
;; code-with-fun
|
;; code-with-fun
|
||||||
(use-package company
|
(use-package company
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue