From 45ce640cecea4ea7c21da6bc6725ca3cfc50982f Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 4 Jun 2025 22:45:09 +0300 Subject: [PATCH] Fix virtualenv hook --- .config/emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 01dabd3..92d9165 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -208,7 +208,7 @@ ("C-c C-l" . nil) ("C-c C-t" . python-run-test-at-point) ("C-M-t" . recompile)) - :hook ((python-mode . load-python-env))) + :hook (python-mode . load-python-env)) ; Requires the Python package "black" (use-package blacken