hamacs/snippets/org-mode/emacs-lisp-defvar
Howard Abrams f1fa3742a0 Changing snippets to # instead of <
This reduces the conflicts and is just as unique.
2024-08-07 22:17:37 -07:00

6 lines
126 B
Text

# key: slv
# name: emacs-lisp-defvar
# --
+begin_src emacs-lisp
(defvar ${1:symbol} ${2:initvalue} "${3:docstring}")
#+end_src