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