1 2 3 4 5
;;; Override Emacs c-mode settings to use NSD conventions. (c-set-style "bsd") (set-variable 'c-basic-offset 8) (set-variable 'indent-tabs-mode t)