Add defcustom snippet

This commit is contained in:
contrapunctus 2022-02-11 13:03:04 +05:30
parent 6c154cda40
commit 3d74494a5d
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# name: defcustom
# key: dc
# --
(defcustom ${1:symbol} ${2:standard}
"${3:doc}"$0)