emacs/yasnippets/lisp-mode/defun
1	# -*- mode: snippet -*-
2 # name: defun elisp
3 # key: /defun
4 # --
5 (defun ${1:fun-name} ()