diff options
Diffstat (limited to '')
-rw-r--r-- | .emacs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -122,6 +122,7 @@ (setq elpy-rpc-python-command "python3")) +(add-hook 'before-save-hook 'whitespace-cleanup) ;;;; AUTO FILL ; We want auto-fill enabled for all text modes |