summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2015-11-15 07:52:16 -0800
committerFranck Cuny <franckcuny@gmail.com>2015-11-15 07:52:16 -0800
commitad1e0eb2affcc5d050721c58c7efdca13a233c21 (patch)
tree586b1c766df255e554c1544cdf6942db5c4da1e8 /emacs.d
parent[emacs] delete unused file. (diff)
downloademacs.d-ad1e0eb2affcc5d050721c58c7efdca13a233c21.tar.gz
[emacs] rename the configuration file for go.
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/inits/90_lang-go.el (renamed from emacs.d/inits/90_lang-gol.el)4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs.d/inits/90_lang-gol.el b/emacs.d/inits/90_lang-go.el
index c7ce19d..8e6a565 100644
--- a/emacs.d/inits/90_lang-gol.el
+++ b/emacs.d/inits/90_lang-go.el
@@ -12,3 +12,7 @@
     (bind-key "C-c h" 'godoc go-mode-map)
     (bind-key "C-c C-g" 'go-goto-imports go-mode-map)
     (bind-key "C-c C-r" 'go-remove-unused-imports go-mode-map)))
+
+(use-package company-go
+  :ensure t
+  :defer t)