summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--init.el1
-rw-r--r--lisp/init-company-mode.el5
-rw-r--r--lisp/init-go-mode.el5
3 files changed, 0 insertions, 11 deletions
diff --git a/init.el b/init.el
index 112bbf2..03c509f 100644
--- a/init.el
+++ b/init.el
@@ -13,7 +13,6 @@
(require 'init-ido)
(require 'init-projectile)
(require 'init-server)
-(require 'init-company-mode)
(require 'init-go-mode)
(require 'init-yaml-mode)
(require 'init-flyspell)
diff --git a/lisp/init-company-mode.el b/lisp/init-company-mode.el
deleted file mode 100644
index 7433937..0000000
--- a/lisp/init-company-mode.el
+++ /dev/null
@@ -1,5 +0,0 @@
-(use-package company)
-
-(use-package company-go)
-
-(provide 'init-company-mode)
diff --git a/lisp/init-go-mode.el b/lisp/init-go-mode.el
index 7544879..69b88a2 100644
--- a/lisp/init-go-mode.el
+++ b/lisp/init-go-mode.el
@@ -39,11 +39,6 @@ items follow a style that is consistent with other prog-modes."
(add-hook 'go-mode-hook
(lambda ()
- ;; company-mode
- ;; requires https://github.com/nsf/gocode for the backend
- (when (and (featurep 'company) (featurep 'company-go))
- (setq-local company-backends '(company-go))
- (company-mode 1))
;; adjust fill-column
(setq-local fill-column 120)
;; use flat imenu index