dotfiles/general/.emacs.d/snippets/emacs-lisp-mode/lambda.yasnippet

7 lines
138 B
Plaintext
Raw Normal View History

2021-02-07 17:36:52 +01:00
# -*- mode: snippet; -*-
# contributor: Xah Lee (XahLee.org)
# name: lambda
# key: lam
# --
(lambda ($1) ${2:(interactive${3: "$4"}) }$0)