diff --git a/curl-style.el b/curl-style.el index f3cf4f8ec..10710a3de 100644 --- a/curl-style.el +++ b/curl-style.el @@ -33,6 +33,7 @@ ;; keybindings for C, C++, and Objective-C. We can put these in ;; c-mode-base-map because of inheritance ... (define-key c-mode-base-map "\M-q" 'c-fill-paragraph) + (define-key c-mode-base-map "\M-m" 'delete-trailing-whitespace) (setq c-recognize-knr-p nil) ;;; (add-hook 'write-file-hooks 'delete-trailing-whitespace t) (setq show-trailing-whitespace t)