From 2f9066fc67955e4f643c200bf19bafbc44fec4e9 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 9 Jul 2019 19:38:53 +0200 Subject: Emacs: remove company-lsp --- emacs/.emacs.d/main.el | 5 ----- 1 file changed, 5 deletions(-) (limited to 'emacs/.emacs.d/main.el') diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index a9a9b7a..1b8d077 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -323,13 +323,10 @@ With two prefix arguments, write out the day and month name." (use-package all-the-icons) (use-package company-tabnine - :after (company-lsp) :commands (company-tabnine) :general ("" #'company-tabnine-call-other-backends "" #'company-tabnine-call-other-backends) :config (progn - (if (fboundp #'company-lsp) - (add-to-list 'company-backends #'company-lsp)) (add-to-list 'company-backends #'company-tabnine))) ;;; Documentation @@ -515,8 +512,6 @@ With two prefix arguments, write out the day and month name." (use-package flymake-diagnostic-at-point :ghook '(flymake-mode-hook)) -(use-package company-lsp - :commands (company-lsp)) (use-package lsp-mode :ghook ('(typescript-mode-hook js-mode-hook -- cgit 1.4.1