mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
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:
parent
29ed6d24bf
commit
bd3aba5d6a
@ -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)
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user