diff options
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index ce3b7b1e..dc508780 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -614,6 +614,9 @@ :diminish " ✓" :init (global-flycheck-mode)) +(req-package go-mode + :mode (("\\.go\\'" . go-mode))) + (req-package company-go :require go-mode :config (progn |