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")