From 115799ba5bdf3763e9beef2add7dfb4d51333e96 Mon Sep 17 00:00:00 2001 From: John Doty Date: Mon, 26 Jun 2023 13:19:27 +0000 Subject: [PATCH] LSP for python --- .emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 56c9c76..cfbb6a7 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -359,7 +359,8 @@ (use-package eglot :ensure :commands (eglot-ensure eglot) :hook - (python-mode . eglot-ensure) + ;; 2023-06-26 Using LSP mode for python these days. + ;; (python-mode . eglot-ensure) (rust-mode . eglot-ensure) (c++-mode . eglot-ensure) (c-mode . eglot-ensure)