From f424999041e905a01cfe3776ca0418157c6a354f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 18 Mar 2019 17:59:49 -0500 Subject: added company-mode --- init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'init.el') diff --git a/init.el b/init.el index 834472f..6289459 100644 --- a/init.el +++ b/init.el @@ -46,6 +46,7 @@ (require 'init-neotree nil 'noerror) ;; Tools (require 'init-apache nil 'noerror) +(require 'init-company nil 'noerror) (require 'init-flycheck nil 'noerror) (require 'init-helm nil 'noerror) (require 'init-log4j nil 'noerror) -- cgit v1.2.3