hamacs/snippets/org-mode/emacs-lisp-code
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

7 lines
99 B
Text

# -*- mode: snippet -*-
# name: emacs-lisp-code
# key: #sl
# --
#+begin_src emacs-lisp
$0
#+end_src