Initial check-in of catacomb-python.
[catacomb-python] / .skelrc
diff --git a/.skelrc b/.skelrc
new file mode 100644 (file)
index 0000000..f72cc74
--- /dev/null
+++ b/.skelrc
@@ -0,0 +1,9 @@
+;;; -*-emacs-lisp-*-
+
+(setq skel-alist
+      (append
+       '((author . "Straylight/Edgeware")
+        (licence-text . "[[gpl]]")
+        (full-title . "the Python interface to Catacomb")
+        (program . "Catacomb/Python"))
+       skel-alist))