From d452bbebcb642b2cfd0d05c3fcc442ba79128165 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Mon, 6 Feb 2023 09:20:35 +0100 Subject: [PATCH] Dont call eglot by python mode --- bundle/bundle--package.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index e7dede75..268d2f89 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -131,8 +131,7 @@ :mode (("\\.py\\'" . python-mode) ("\\.wsgi$" . python-mode) ("\\.j2" . python-mode)) - :hook ((python-mode . abbrev-mode) - (python-mode . eglot-ensure)) + :hook (python-mode . abbrev-mode) :init (setq python-indent-offset 4) (setq-default indent-tabs-mode nil)