diff options
| author | Franck Cuny <fcuny@twitter.com> | 2019-07-29 08:32:12 -0700 |
|---|---|---|
| committer | Franck Cuny <fcuny@twitter.com> | 2019-07-29 08:32:12 -0700 |
| commit | 20609944451845d9d6174928da25b606c052173b (patch) | |
| tree | 85a898460bb3de26fa4be745b7eb7050a7fe7885 | |
| parent | [emacs] improve support for go (diff) | |
| download | emacs.d-20609944451845d9d6174928da25b606c052173b.tar.gz | |
[emacs] need to load module for company.
| -rw-r--r-- | emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index 7bab186..933bf49 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -40,6 +40,7 @@ (require 'fcuny-puppet) (require 'fcuny-yaml) +(require 'fcuny-company) (require 'fcuny-go) (require 'fcuny-lisp) (require 'fcuny-make) |
