2317cc5d37
And I need to make these uppercase if I'm going to officially publish a book on the subject.
6 lines
128 B
Text
6 lines
128 B
Text
# name: emacs-lisp-defvar
|
|
# key: <slv
|
|
# --
|
|
#+BEGIN_SRC emacs-lisp
|
|
(defvar ${1:symbol} ${2:initvalue} "${3:docstring}")
|
|
#+END_SRC |