From 8bca64b5c6a74f96299db5d48395ab75d557fba5 Mon Sep 17 00:00:00 2001 From: Mateus Rodrigues Date: Sun, 12 Jul 2026 15:21:54 +0100 Subject: [PATCH] install python-black but don't use it by default in python-mode --- elisp/extras.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/elisp/extras.el b/elisp/extras.el index 151601b..6b0c38c 100644 --- a/elisp/extras.el +++ b/elisp/extras.el @@ -157,9 +157,8 @@ (use-package envrc :hook (after-init . envrc-global-mode)) -(use-package python-black - :after python - :hook (python-mode . python-black-on-save-mode-enable-dwim)) +;; Python +(use-package python-black) (use-package ruff-format)