yasnippet-snippets/snippets/clojure-mode/ifl

8 lines
102 B
Plaintext
Raw Normal View History

2019-03-09 19:35:58 +01:00
# -*- mode: snippet -*-
# -*- coding: utf-8 -*-
# name: ifl
# key: ifl
# --
(if-let [$1 $2]
$3)$>
$0