yasnippet-snippets/snippets/clojure-mode/when

8 lines
103 B
Plaintext
Raw Normal View History

2019-03-09 19:35:58 +01:00
# -*- mode: snippet -*-
# -*- coding: utf-8 -*-
# name: when
# key: when
# --
(when $1
$2)$>
2019-03-09 19:35:58 +01:00
$0$>