Felipe Contreras <felipe.contreras@xxxxxxxxx> writes: > You find it sensible, I don't. And when people disagree, that's what > the guideline is for. If you really need it to be spelled out, I would say it would be something like this: (defun linux-style () "C mode with adjusted defaults for use with the Linux kernel." (interactive) (c-set-style "K&R") (setq tab-width 8) (setq indent-tabs-mode t) (setq c-basic-offset 8)) (add-hook 'c-mode-hook 'linux-style) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html