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

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

Re: How can I turn on abbrev mode by default?


From: Micah Cowan
Subject: Re: How can I turn on abbrev mode by default?
Date: 16 Oct 2003 14:31:51 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

Dan Anderson <dan@mathjunkies.com> writes:

> Is it possible to turn on abbrev mode by default whenever I go into
> cperl-mode.  i.e. whenever I do:
> 
> M-x cperl-mode (or emacs does it when I open a perl file)
> 
> Emacs knows to:
> M-x abbrev-mode

Go to the customization for cperl-mode-hook by doing:

  M-x customize-option RET cperl-mode-hook

Then click on INS and type into the field:

  abbrev-mode

And go save your setting. That's it!

HTH,
Micah


reply via email to

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