chiark
/
gitweb
/
~mdw
/
skel
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
skelrc: Shiny new function to return an expanded string.
[skel]
/
skel-init.el
1
;;; -*-emacs-lisp-*-
2
;;;
3
;;; Initialize skeleton stuff
4
;;;
5
;;; (c) 1998 Mark Wooding
6
;;;
7
8
(autoload 'skel-create-file "skel" nil t)
9
(autoload 'skel-create-file-other-window "skel" nil t)
10
(autoload 'skel-create-file-other-frame "skel" nil t)
11
(provide 'skel-init)