Files
.emacs.d/snippets/org-mode/src
Jim Myhrberg 2035f10606 chore(snippets): Add shorter version of "<src" snippet
It seems the src snippet that comes with yasnippet was changed from
"<s" to "<src". I prefer the shorter, so added a custom snippet for it.
2020-02-20 23:28:51 +00:00

7 lines
78 B
Plaintext

# -*- mode: snippet -*-
# name: src
# key: <s
# --
#+BEGIN_SRC $1
$0
#+END_SRC