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/class

9 lines
139 B
Plaintext

# -*- mode: snippet -*-
# contributor: Collin J. Doering
# name: class
# key: cls
# --
(class ${1:object%}
(super-new$2)
(init$3)
$0)