From 49c42b850b02821e983bc7cf7f2a9dfea8c13ce9 Mon Sep 17 00:00:00 2001 From: Sebastien Le Maguer Date: Mon, 5 Jan 2026 17:42:41 +0200 Subject: [PATCH] fix #1: do not activate the mode globally --- python-tdd-mode.el | 1 - 1 file changed, 1 deletion(-) diff --git a/python-tdd-mode.el b/python-tdd-mode.el index 7e9a91f..1cbd30c 100644 --- a/python-tdd-mode.el +++ b/python-tdd-mode.el @@ -522,7 +522,6 @@ Only Python test files are included." :keymap (let ((map (make-sparse-keymap))) (define-key map (kbd "C-c C-t") python-tdd-mode-command-map) map) - :global t (if python-tdd-mode (progn (python-tdd-mode-log "Python TDD Mode activated")