File tree Expand file tree Collapse file tree 4 files changed +22
-1
lines changed Expand file tree Collapse file tree 4 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 33# name : defmacro
44# key : defmacro
55# --
6- (defmacro ${ 1 :name } (${ 2 :args } ${ 3 : &body body} )${ 4 :
6+ (defmacro ${ 1 :name } (${ 2 :args } ${ 3 :&body body } )${ 4 :
77 "${ 5 :doc } " }
88 $0 )
Original file line number Diff line number Diff line change 1+ # -*- mode : snippet -*-
2+ # contributor : Mark Karpov
3+ # name : destructuring-bind
4+ # key : dbind
5+ # --
6+ (destructuring-bind (${ 1 :vars } ) ${ 2 :value }
7+ $0 )
Original file line number Diff line number Diff line change 1+ # -*- mode : snippet -*-
2+ # contributor : Mark Karpov
3+ # name : dotimes
4+ # key : dotimes
5+ # --
6+ (dotimes (${ 1 :var } ${ 2 :count } ${ 3 : result } )
7+ $0 )
Original file line number Diff line number Diff line change 1+ # -*- mode : snippet -*-
2+ # contributor : Mark Karpov
3+ # name : mapc
4+ # key : mapc
5+ # --
6+ (mapc ${ 1 :fnc } ${ 2 :list } )
7+ $0
You can’t perform that action at this time.
0 commit comments