DEBSOURCES
Skip Quicknav
sources / yasnippet-snippets / 0~git20161123-1 / lisp-mode / ifnot
12345678
# -*- mode: snippet -*- # name: ifnot (...) (...) ... # key: ifnot # -- (unless (${1:condition}) (${2:then-do-this})) $0