This repository has been archived on 2022-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
dot-files/.emacs.d/snippets/scheme-mode/let.1

7 lines
158 B
Groff

# -*- mode: snippet -*-
# contributor: Collin J. Doering
# name: (let proc-id ([id init-expr] ...) body ...+)
# key: let
# --
(let ${1:proc-id} ([$2]$3)
$0)