Fix virtualenv hook
This commit is contained in:
parent
47df205423
commit
45ce640cec
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue