summaryrefslogtreecommitdiff
path: root/usr.sbin/nsd/compat/.c-mode-rc.el
blob: c667228b18f8fed777a96976ba402e29ee31cdfa (plain)
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)