- or download this
;; CPerl mode hook
(setq cperl-mode-hook 'my-cperl-customizations)
...
(setq outline-regexp cperl-outline-regexp)
(setq outline-level 'cperl-outline-level)
)
- or download this
=head2 STUFF
=over
...
sub foo {
return 'foo';
}
- or download this
=head2 STUFF...
- or download this
=head2 STUFF...
=item foo
...
sub foo {
return 'foo';
}
- or download this
(add-hook 'outline-minor-mode-hook 'outshine-hook-function)