aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2023-09-26 16:02:48 +0200
committerThomas Schneider <qsx@chaotikum.eu>2023-09-26 16:02:48 +0200
commitb4e1a281e5033ed174eb27fbd36349555a2e12f3 (patch)
tree38bd68cc6ea5e1b6310189aaa1e8106bb0770352
parentd6bc6b395d7cefb534250d777436b988375a1d9e (diff)
Emacs: Drop company-lsp
-rw-r--r--dot.emacs.d/init.el4
1 files changed, 0 insertions, 4 deletions
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))