yasnippet/snippets/emacs-lisp-mode/defcustom.yasnippet
2010-08-06 08:19:38 +00:00

4 lines
98 B
Plaintext
Executable File

#contributor: Xah Lee (XahLee.org)
#name: defcustom
# --
(defcustom $0 VALUE "DOC" &optional ARGS)