Cleanup whitespace before saving
This commit is contained in:
parent
61b74b24f8
commit
b4310dc3bc
1 changed files with 3 additions and 0 deletions
|
|
@ -240,6 +240,9 @@
|
|||
;; We're going to stop doing ido and start doing helm, maybe?
|
||||
(require 'ido)
|
||||
|
||||
;; Cleanup all the whitespaces.
|
||||
(add-hook 'before-save-hook 'whitespace-cleanup)
|
||||
|
||||
;; =================================================================
|
||||
;; Text mode configuration.
|
||||
;; =================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue