aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs
diff options
context:
space:
mode:
Diffstat (limited to 'dot.emacs')
-rw-r--r--dot.emacs7
1 files changed, 4 insertions, 3 deletions
diff --git a/dot.emacs b/dot.emacs
index 04241e7f7fd0..941ecbe8820f 100644
--- a/dot.emacs
+++ b/dot.emacs
@@ -1,13 +1,14 @@
-;; This is how Dave Mills likes to see the code formatted.
+;; This is how Dave Mills likes to see the NTP code formatted.
(defconst ntp-c-style
- '((c-basic-offset . 8)
+ '((c-basic-offset . 8)
+ (fill-column . 72)
(c-offsets-alist . ((arglist-intro . +)
(case-label . *)
(statement-case-intro . *)
(statement-cont . *)
(substatement-open . 0))))
- "Dave L. Mills; programming style for use with ntp")
+ "David L. Mills; NTP code indentation style")
(defun ntp-c-mode-common-hook ()
;; add ntp c style