chiark / gitweb /
mapping: Make the iterators conform to the proper interface.
[mLib-python] / .skelrc
1 ;;; -*-emacs-lisp-*-
2
3 (setq skel-alist
4       (append
5        '((author . "Straylight/Edgeware")
6          (licence-text . "[[gpl]]")
7          (full-title . "the Python interface to mLib")
8          (program . "mLib/Python"))
9        skel-alist))