Merge rename of lisp-mode/switch to cond into whitespace removal.

This commit is contained in:
Spenser Truex 2019-11-14 14:13:30 -08:00
commit 287945ada6
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# -*- mode: snippet -*-
# name: switch
# key: switch
# name: cond
# key: cond
# --
(cond (${1:case1} (${2:do-this}))