Fix virtualenv hook

This commit is contained in:
Ohad Livne 2025-06-04 22:45:09 +03:00
parent 47df205423
commit 45ce640cec
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -208,7 +208,7 @@
("C-c C-l" . nil) ("C-c C-l" . nil)
("C-c C-t" . python-run-test-at-point) ("C-c C-t" . python-run-test-at-point)
("C-M-t" . recompile)) ("C-M-t" . recompile))
:hook ((python-mode . load-python-env))) :hook (python-mode . load-python-env))
; Requires the Python package "black" ; Requires the Python package "black"
(use-package blacken (use-package blacken