Help for this page

Select Code to Download


  1. 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)
        )
    
  2. or download this
      =head2 STUFF
      =over
    ...
      sub foo {
        return 'foo';
      }
    
  3. or download this
      =head2 STUFF...
    
  4. or download this
      =head2 STUFF...
      =item foo
    ...
      sub foo {
        return 'foo';
      }
    
  5. or download this
      (add-hook 'outline-minor-mode-hook 'outshine-hook-function)