mirror of
https://github.com/curl/curl.git
synced 2026-07-24 00:07:17 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue