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