diff options
author | Franck Cuny <franckcuny@gmail.com> | 2015-11-15 07:52:16 -0800 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2015-11-15 07:52:16 -0800 |
commit | ad1e0eb2affcc5d050721c58c7efdca13a233c21 (patch) | |
tree | 586b1c766df255e554c1544cdf6942db5c4da1e8 | |
parent | [emacs] delete unused file. (diff) | |
download | emacs.d-ad1e0eb2affcc5d050721c58c7efdca13a233c21.tar.gz |
[emacs] rename the configuration file for go.
-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) |