emacs-prelude/vendor/yasnippet/snippets/emacs-lisp-mode/cond.yasnippet
2012-02-17 22:12:32 +02:00

8 lines
109 B
Plaintext
Executable file

# contributor: Xah Lee (XahLee.org)
# name: cond
# key: cond
# --
(cond
(CONDITION$0 BODY)
(CONDITION BODY)
)