summaryrefslogtreecommitdiff
path: root/snippets/emacs-lisp-mode/if
blob: 8b464afa66603a5ef89eb32bffea23836142e8c8 (plain)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: if
# key: if
# --
(if (${1:condition})
    (${2:then})
  ${3:else})
Copyright 2019--2024 Marius PETER