FG42/lib/snippets/org-mode/block

8 lines
141 B
Plaintext
Raw Normal View History

2021-03-02 21:23:38 +00:00
# -*- mode: snippet -*-
# contributor: lxsameer <lxsameer@gnu.org>
# name: Latex begin block
# key: block
# --
#+BEGIN_{$1}
$0
#+END_{$1}