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

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

Re: How to apply a minor mode to all buffers


From: Malte Spiess
Subject: Re: How to apply a minor mode to all buffers
Date: Thu, 18 Jan 2007 22:08:01 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

"James Aguilar" <aguilar.james@gmail.com> writes:

> Emacs folks,

> Hello, I am a new and relatively inexperienced emacs user.  I was
> wondering if there was an easy way to make a minor mode apply to all
> created buffers.  I want to do this so that I can use the column
> marker mode in all of my buffers.

Well, if you want to have a minor mode running all the time, putting
(whatever-mode t)
into your .emacs file should do the trick. I'm not sure if it works with
all modes, but here it does with column-number-mode and global-font-lock-mode.

>[...]
> Yours,
> James Aguilar

Greetings

Malte


reply via email to

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