hoersten-c-style.el
changeset 10 eb4d42b61a62
parent 9 c72d0d9f61cb
child 13 7dc464c4e2d3
--- a/hoersten-c-style.el	Fri Aug 14 12:01:30 2009 -0500
+++ b/hoersten-c-style.el	Thu Sep 03 18:57:10 2009 -0500
@@ -38,6 +38,7 @@
             (setq c-basic-offset 3)
             (setq indent-tabs-mode t)
             (setq standard-indent 3)
+            (setq whitespace-line-column 120)
 
             (c-toggle-auto-newline t)                            ; auto newline
             (c-subword-mode t)