fix gomode

This commit is contained in:
Stefan Schwarz 2019-08-05 17:59:55 +02:00
parent 7b4216e888
commit fe693b8ccd

View file

@ -109,7 +109,8 @@
)
;; 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
(use-package company