summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r--tag-emacs/emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index ce3b7b1..dc50878 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