init
This commit is contained in:
6
snippets/emacs-lisp-mode/assq
Normal file
6
snippets/emacs-lisp-mode/assq
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: assq
|
||||
# key: assq
|
||||
# --
|
||||
(assq ${1:key} ${2:list})
|
||||
Reference in New Issue
Block a user