From b4e1a281e5033ed174eb27fbd36349555a2e12f3 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Tue, 26 Sep 2023 16:02:48 +0200 Subject: Emacs: Drop company-lsp --- dot.emacs.d/init.el | 4 ---- 1 file changed, 4 deletions(-) (limited to 'dot.emacs.d/init.el') diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index e6fe852..e97165c 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -101,12 +101,8 @@ (use-package lsp-mode :commands lsp) - (use-package lsp-ui) -(use-package company-lsp - :hook (company-mode . yas-minor-mode)) - (use-package mercurial :ensure nil :bind-keymap ("C-c H" . hg-global-map)) -- cgit v1.2.3