Help for this page

Select Code to Download


  1. or download this
    (define-skeleton ska-skel-perl-sub
      "Insert a perl subroutine with arguments."
    ...
      \n _
      \n "}" '(progn (indent-according-to-mode) nil)
      \n)
    
  2. or download this
    (local-set-key '[(control b) (control s)]  'ska-skel-perl-sub)
    
  3. or download this
     (setq cperl-mode-hook 
          '(lambda ()
    ...
                     (setq cperl-electric-linefeed t)
                     ))
    
  4. or download this
    ;;{{{ Programming Keys For All Modes
    ;;----------------------------------
    ...
    
    
    --- chb-utils missing here!!