help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fill-column for mode


From: kgold
Subject: fill-column for mode
Date: 30 Jul 2004 21:00:50 GMT

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)
)))


-- 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]