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