7 lines
99 B
Plaintext
7 lines
99 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# key: <el
|
||
|
# name: elisp src
|
||
|
# --
|
||
|
#+begin_src emacs-lisp $1
|
||
|
`%`$0
|
||
|
#+end_src
|