summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--init.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/init.org b/init.org
index 358d6f8..e1c10df 100644
--- a/init.org
+++ b/init.org
@@ -1173,8 +1173,7 @@ Enable eglot and tree-sitter when working with python.
 #+begin_src emacs-lisp
 (use-package python-mode
   :hook ((python-mode . tree-sitter-hl-mode)
-         (python-mode . eglot-ensure)
-         (python-mode . (lambda () (add-hook 'before-save-hook 'eglot-format-buffer nil t))))
+         (python-mode . eglot-ensure))
   :interpreter "python"
   :bind (:map python-mode-map
               ("C-c c")