diff options
| author | Luke Hoersten <[email protected]> | 2009-08-08 11:26:04 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2009-08-08 11:26:04 -0500 |
| commit | e2d9354b3f0d4a89c1590d984aadbaee9f1a33d5 (patch) | |
| tree | 46b1c41f21c0479536eb523b48ebdfae943dca31 /hoersten-c-style.el | |
| parent | e6d989fb8c4926ff12564c5e7565601c293320d4 (diff) | |
Added line numbers and line truncation to C++.
Diffstat (limited to 'hoersten-c-style.el')
| -rw-r--r-- | hoersten-c-style.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hoersten-c-style.el b/hoersten-c-style.el index bfa9b02..30321c0 100644 --- a/hoersten-c-style.el +++ b/hoersten-c-style.el @@ -41,6 +41,8 @@ (c-toggle-auto-newline t) ; auto newline (c-subword-mode t) + (linum-mode t) + (setq truncate-lines t) ;;(doxymacs-mode t) ;;(doxymacs-font-lock) |
