summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index d442d95..b7075cf 100644
--- a/init.el
+++ b/init.el
@@ -604,7 +604,8 @@ Restart works only on graphic display."
;; eglot language server protocol client
(use-package eglot
- :ensure t)
+ :ensure t
+ :hook (python-mode . eglot-ensure))
;; emacs-async - for helm
(use-package async