Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

fill-column for mode

1 view
Skip to first unread message

kgold

unread,
Jul 30, 2004, 5:00:50 PM7/30/04
to
I'd like to change the default value of fill-column just for c-like modes.

I tried the obvious, with no effect

(add-hook 'c-mode-common-hook
(function (lambda ()
(setq fill-column 100)
)))


--

0 new messages