chiark / gitweb /
Makefile.am (clean): Also delete the versioned dump files.
[runlisp] / .skelrc
1 ;;; -*-emacs-lisp-*-
2
3 (setq skel-alist
4       (append
5        '((author . "Mark Wooding")
6          (full-title . "Runlisp, a tool for invoking Common Lisp scripts")
7          (program . "Runlisp")
8          (licence-text . "[[gpl-3]]"))
9        skel-alist))