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

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

Re: Changing value for fill-column


From: Eli Zaretskii
Subject: Re: Changing value for fill-column
Date: Sun, 28 Aug 2022 17:11:34 +0300

> Date: Sun, 28 Aug 2022 14:17:08 +0200 (CEST)
> From: wilnerthomas--- via Users list for the GNU Emacs text editor 
> <help-gnu-emacs@gnu.org>
> 
> 
> How can I change fill-column.  Have changed it in my init file using (setq 
> fill-column 65)
> but it not taking effect in major modes.

The doc string says:

  Automatically becomes buffer-local when set.

So you either need to set it in a mode-hook of each mode where you
want to change the default value, or you should use setq-default to
change the default value in all buffers.



reply via email to

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