aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'dot.emacs.d/init.el')
-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))