unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/emacs-lisp-mode/cond
2016-02-18 14:53:30 +01:00

8 lines
106 B
Plaintext
Executable File

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