X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/blobdiff_plain/2ded9493dfd97cf3da9b6fab1b9362cc3fde6e40..f06dee7a808657fb76221b5860d5907d65249ef5:/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 @@ (defun linux-c-mode () ;; --- 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)