The kill trailing whitespace needs to be set better as this way it takes

effect globally which isn't nice. Commented it out for now. Display trailing
whitespace still, to remind me.
This commit is contained in:
Daniel Stenberg 2004-05-19 08:16:08 +00:00
parent 29ed6d24bf
commit bd3aba5d6a
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
;; c-mode-base-map because of inheritance ...
(define-key c-mode-base-map "\M-q" 'c-fill-paragraph)
(setq c-recognize-knr-p nil)
(add-hook 'write-file-hooks 'delete-trailing-whitespace)
;;; (add-hook 'write-file-hooks 'delete-trailing-whitespace t)
(setq show-trailing-whitespace t)
)