From 11c479c1f0dd6f22ce8d5fe7ef5292e81a0bf42e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 29 Jul 2019 08:30:32 -0700 Subject: [emacs] improve support for go move the requirement for `company-go` to the module for go. rework the configuration for hydra, to make it a little bit easier. force length of comments to 80 characters per line. --- emacs.d/custom/fcuny-company.el | 7 ------- 1 file changed, 7 deletions(-) (limited to 'emacs.d/custom/fcuny-company.el') diff --git a/emacs.d/custom/fcuny-company.el b/emacs.d/custom/fcuny-company.el index 4ffc900..0ea1fad 100644 --- a/emacs.d/custom/fcuny-company.el +++ b/emacs.d/custom/fcuny-company.el @@ -2,11 +2,4 @@ :ensure t :diminish company-mode) -(use-package company-go - :ensure t - :after (company) - :hook (go-mode . (lambda () - (setq-local company-backends - (append (list 'company-go) company-backends))))) - (provide 'fcuny-company) -- cgit 1.4.1