9 lines
158 B
Plaintext
9 lines
158 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: SRC
|
||
|
# key: SRC
|
||
|
# expand-env: ((yas-indent-line 'fixed) (yas-wrap-around-region nil))
|
||
|
# --
|
||
|
#+BEGIN_SRC emacs-lisp
|
||
|
$0
|
||
|
#+END_SRC
|