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: 17 Oct 2003 00:18:42 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

Dan Anderson <dan@mathjunkies.com> writes:

> > 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
> 
> When I do that it tells me "No match".  CPerlmode is installed in my
> .emacs.d/lisp directory.  Could this be the problem?

Hm. Try adding

 (load "cperl-mode")

near the top of your .emacs (assuming .emacs.d is in your
load-path), and evaluate it. Does that help?

-Micah


reply via email to

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