dotfiles/.emacs.d/snippets/emacs-lisp-mode/defcustom

5 lines
137 B
Plaintext
Raw Normal View History

2017-12-21 17:29:29 +01:00
#contributor: Xah Lee (XahLee.org)
#name: defcustom
#key: defcustom
# --
(defcustom ${1:symbol} ${2:standard} "${3:docstring}"${4: args})