Skip to content

Commit f41ca90

Browse files
committed
emacs-lisp-mode: add cl-destructing-bind snippet
1 parent 22720e0 commit f41ca90

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# -*- mode: snippet -*-
2+
# name: cl-destructuring-bind
3+
# key: cdb
4+
# --
5+
(cl-destructuring-bind (${1:args})
6+
${2:expr}
7+
`%`$0)

0 commit comments

Comments
 (0)