nix-dotfiles/programs/emacs/snippets/emacs-lisp-mode/lambda.yasnippet

7 lines
138 B
Plaintext
Raw Normal View History

2022-04-03 16:15:45 +02:00
# -*- mode: snippet; -*-
# contributor: Xah Lee (XahLee.org)
# name: lambda
# key: lam
# --
(lambda ($1) ${2:(interactive${3: "$4"}) }$0)