diff options
Diffstat (limited to '.spacemacs')
-rw-r--r-- | .spacemacs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.spacemacs b/.spacemacs index 1e01700..f5793af 100644 --- a/.spacemacs +++ b/.spacemacs @@ -56,6 +56,7 @@ This function should only modify configuration layer settings." (python :variables python-backend 'lsp python-lsp-server 'pyright + python-test-runner '(pytest nose) python-format-on-save t python-formatter 'black) ;;racket |