This commit is contained in:
Harold Cooper 2022-04-14 13:56:58 -04:00 committed by GitHub
parent 434e26486c
commit b3e67aafe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@
;; others
(defun spacemacs//python-default ()
"Defaut settings for python buffers"
"Default settings for python buffers"
(setq mode-name "Python"
tab-width python-tab-width
fill-column python-fill-column)