diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-12-13 15:58:41 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-12-13 15:58:41 +0000 |
commit | a60a38e97c4bb77b56ffbd8eebdefc450b5a53f2 (patch) | |
tree | d9e4402cb4cd8fa90b8d5e1a398dfb265fc47563 | |
parent | 95797bfe2cc1898eb044c6d6758a7db08614d82b (diff) |
eglot starts with python-mode
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |