Install yasnippet and vala-snippets packages
This commit is contained in:
4
elpa/yasnippet-20160924.2001/snippets/emacs-lisp-mode/defvar
Executable file
4
elpa/yasnippet-20160924.2001/snippets/emacs-lisp-mode/defvar
Executable file
@@ -0,0 +1,4 @@
|
||||
#name: defvar
|
||||
#key: defvar
|
||||
# --
|
||||
(defvar ${1:symbol}${2: initvalue}${3: "docstring"})
|
Reference in New Issue
Block a user