(add-hook 'c-mode-common-hook (lambda () (c-set-style "bsd") (setq tab-width 4) (setq c-basic-offset 4)))