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.
This commit is contained in:
2020-02-20 23:28:51 +00:00
parent d21a11dc71
commit 2035f10606

7
snippets/org-mode/src Normal file
View File

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