diff options
Diffstat (limited to '.emacs.d/rul-init.d/python.el')
-rw-r--r-- | .emacs.d/rul-init.d/python.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/rul-init.d/python.el b/.emacs.d/rul-init.d/python.el new file mode 100644 index 0000000..3186c72 --- /dev/null +++ b/.emacs.d/rul-init.d/python.el @@ -0,0 +1 @@ +(add-hook 'python-mode-hook 'py-autopep8-enable-on-save) |