Skip to content

Commit 287945a

Browse files
author
Spenser Truex
committed
Merge rename of lisp-mode/switch to cond into whitespace removal.
2 parents 695a7db + bedc4a9 commit 287945a

File tree

1 file changed

+2
-2
lines changed
  • snippets/lisp-mode

1 file changed

+2
-2
lines changed

snippets/lisp-mode/switch renamed to snippets/lisp-mode/cond

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: snippet -*-
2-
# name: switch
3-
# key: switch
2+
# name: cond
3+
# key: cond
44
# --
55

66
(cond (${1:case1} (${2:do-this}))

0 commit comments

Comments
 (0)