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

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

Re: how to use allout with perl?


From: Bill White
Subject: Re: how to use allout with perl?
Date: 3 Aug 2006 16:00:22 -0700
User-agent: G2/0.2

Bill White wrote:
> I've learned to love allout mode with planner and muse; now I'd like
> to use it to organize perl code, but I can't figure out what prefixes
> to use in my perl file (which is in emacs' standard perl mode).  Any
> suggestions?

As usual, I stumbled upon the answer just after posting :-)  In
~/.emacs:

(add-to-list 'allout-mode-leaders '(perl-mode . "###_"))

or whatever strikes your fancy.  Then in your .perl file, use comments
like this:

###_. or
###_#1 or
###_, etc.

Cheers -

bw



reply via email to

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