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

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

Best way to turn on a mode *always*?


From: address@hidden
Subject: Best way to turn on a mode *always*?
Date: Sun, 30 Nov 2008 10:18:03 -0800 (PST)
User-agent: G2/1.0

Some modes like Auto Fill mode only get turned on for a specific
buffer.
When you change buffers you are NOT in Auto Fill mode anymore!

How turn on a mode ALWAYS?

This works but I wonder if there is a simpler way that will work for
other modes:

(add-hook 'find-file-hooks 'turn-on-auto-fill)

Chris


reply via email to

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