Remove config for lsp-python-ms

This commit is contained in:
Adam Goldsmith 2023-05-02 12:54:15 -04:00
parent 67f752d714
commit 387df0553e
1 changed files with 0 additions and 2 deletions

View File

@ -634,8 +634,6 @@
(apply orig-fun args)))
(advice-add 'lsp-ui-doc--display :around #'adjust-lsp-ui-doc-frame-pos))
(use-package lsp-python-ms :demand :if (package-installed-p 'lsp-python-ms))
(use-package lsp-java :demand :if (package-installed-p 'lsp-java)
:config
(setq lsp-java-save-action-organize-imports nil)))