emacs.d

bloated emacs configuration
git clone git://git.ckyln.com/~cem/emacs.d.git
Log | Files | Refs | README

commit 9055cae0f3229af7464bb17374d89b977b698101
parent 6a806044fed5464bd2e871e78b1952a0ca248474
Author: Cem Keylan <cem@ckyln.com>
Date:   Mon,  2 Mar 2020 11:01:33 +0300

add company to its own load-file

Diffstat:
Alisp.d/20-company.el | 12++++++++++++
Mlisp.d/20-extra.el | 3---
2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/lisp.d/20-company.el b/lisp.d/20-company.el @@ -0,0 +1,12 @@ +;; company.el + +(use-package company + :ensure t + :init (company-mode)) + +(use-package company-lsp + :ensure t + :after company + :config + (push 'company-lsp company-backends) + ) diff --git a/lisp.d/20-extra.el b/lisp.d/20-extra.el @@ -2,9 +2,6 @@ (use-package sudo-edit :ensure t) (use-package aggressive-indent :ensure t) -(use-package company - :ensure t - :init (company-mode)) (use-package linum-relative ;; Use relative numbers but ;; keep the current line's