X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/2ded9493dfd97cf3da9b6fab1b9362cc3fde6e40..27847229059b835c3ba79223e531bcad1c866bba:/dot-emacs.el diff --git a/dot-emacs.el b/dot-emacs.el index e837272..fbb8e06 100644 --- a/dot-emacs.el +++ b/dot-emacs.el @@ -726,6 +726,9 @@ the regular expressions in `mdw-backup-disable-regexps'." ;; --- Make C indentation nice --- +(define-key c-mode-map "*" nil) +(define-key c-mode-map "/" nil) + (defun mdw-c-style () (c-add-style "[mdw] C and C++ style" '((c-basic-offset . 2)