hamacs/snippets/org-mode/emacs-lisp-defun
2024-08-11 21:04:53 -07:00

9 lines
141 B
Text

# -*- mode: snippet -*-
# name: emacs-lisp-test
# key: #elt
# --
#+BEGIN_SRC emacs-lisp
(ert-deftest $1-test ()
(should (= $0)))
#+END_SRC