summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-10-23 02:37:00 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-10-23 02:37:00 +0200
commitb4bfccba59d99ffa51bbab86b9d71deafae01841 (patch)
tree0e97c6abe505a559aa91672eff73ac7180ff402a /.config
parent1c58e6885747efa45faae249b280372c3e0b6496 (diff)
emacs: Don’t autostart Eglot for python(-ts)-mode
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/modules/mm-lsp.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/emacs/modules/mm-lsp.el b/.config/emacs/modules/mm-lsp.el
index 0eef88c..13c5474 100644
--- a/.config/emacs/modules/mm-lsp.el
+++ b/.config/emacs/modules/mm-lsp.el
@@ -10,7 +10,6 @@
:hook (((c-mode c-ts-mode
c++-mode c++-ts-mode
go-ts-mode
- python-mode python-ts-mode
js-mode js-ts-mode)
. eglot-ensure)
(eglot-managed-mode . mm-lsp-eglot-no-inlay-hints))