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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
83 B
Text
Raw Normal View History

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