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

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

Re: boilerplate expansion module?


From: Johan Bockgård
Subject: Re: boilerplate expansion module?
Date: Fri, 16 May 2003 01:54:14 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (usg-unix-v)

Ignoramus7828 <ignoramus7828@NOSPAM.7828.invalid> writes:

> What I want is to enable abbrev-mode for all modes and all buffers. 
> According to some web page, I placed 
>
> (abbrev-mode 1) 
>
> into my emacs.el file. But that does not apply to buffers that I
> open. I have to do same in each buffer, which is a pain. What am I
> doing wrong?

,----[ C-h v abbrev-mode RET ]
| [...]
| This variable automatically becomes buffer-local when set in any fashion.
| Changing it with M-x customize sets the default value.
| Use the command `abbrev-mode' to enable or disable Abbrev mode in the current
| buffer.
| 
| You can customize this variable.
`----

Customize abbrev-mode as suggested, or use
(setq-default abbrev-mode t).

-- 
The day Microsoft makes something that doesn't suck is probably the
day they start making vacuum cleaners. -- Ernst Jan Plugge


reply via email to

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