f1fa3742a0
This reduces the conflicts and is just as unique.
6 lines
126 B
Text
6 lines
126 B
Text
# key: slv
|
|
# name: emacs-lisp-defvar
|
|
# --
|
|
+begin_src emacs-lisp
|
|
(defvar ${1:symbol} ${2:initvalue} "${3:docstring}")
|
|
#+end_src |