[Misc] Don’t clean up whitespace before saving

This commit is contained in:
Daniel - 2018-10-07 19:19:19 +02:00
parent f1a5c46f55
commit 356bc7e044
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 0 additions and 1 deletions

View File

@ -130,7 +130,6 @@
(add-hook 'minibuffer-setup-hook 'cursor-intangible-mode)
(add-hook 'after-save-hook 'executable-make-buffer-file-executable-if-script-p)
(add-hook 'text-mode-hook 'turn-on-auto-fill)
(add-hook 'before-save-hook 'db/delete-trailing-whitespace-maybe)
(add-hook 'prog-mode-hook 'page-break-lines-mode)
(when (<= 24 emacs-major-version)
(add-hook 'prog-mode-hook 'electric-indent-local-mode))