- or download this
(add-hook 'find-file-hooks
'(lambda ()
(auto-insert)
))
- or download this
(setq auto-insert-copyright (user-full-name))
...
"# Description:\n# " _ "\n"
)
))
- or download this
(define-skeleton ska-skel-perl-sub
"Insert a perl subroutine with arguments."
...
"\"version!\""\n
");"\n
)
- or download this
(local-set-key '[(control b) (control s)] 'ska-skel-perl-sub)
(local-set-key '[(control b) (control i)] 'ska-skel-perl-prog-id)
(local-set-key '[(control b) (control o)] 'ska-skel-perl-options)
- or download this
C-h f skeleton-insert