minor config update
[dot-emacs] / snippets / emacs-lisp-mode / defun
1 # -*- mode: snippet -*-
2 # name: defun
3 # key: d
4 # --
5 (defun $1 ()
6 ""
7 $0
8 )# contributor: Ian Kelling