(defun txc-c-mode-hook () (setq c-basic-offset 8) (setq tab-width 8) (setq indent-tabs-mode t) (setq c-set-style "K&R") ) (add-hook 'c-mode-common-hook (lambda () (my-c-mode-hook)))