tvl-depot/emacs/.emacs.d/snippets/lisp-mode/function

7 lines
83 B
Text
Raw Normal View History

# -*- mode: snippet -*-
# name: Function
# key: fn
# --
(defun $1 ($2)
"$3"
$4)