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