Skip to content
Snippets Groups Projects
Commit bd3aba5d authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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.
parent 29ed6d24
No related branches found
No related tags found
No related merge requests found
......@@ -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)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment