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/define-syntax.1

8 lines
160 B
Groff

# -*- mode: snippet -*-
# contributor: Collin J. Doering
# name: (define-syntax (head args) body ...+)
# key: defs
# --
(define-syntax (${1:id} ${2:stx})
$0)