From 20609944451845d9d6174928da25b606c052173b Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 29 Jul 2019 08:32:12 -0700 Subject: [emacs] need to load module for company. --- emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) 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) -- cgit 1.4.1