mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
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:
7
snippets/org-mode/src
Normal file
7
snippets/org-mode/src
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: src
|
||||
# key: <s
|
||||
# --
|
||||
#+BEGIN_SRC $1
|
||||
$0
|
||||
#+END_SRC
|
||||
Reference in New Issue
Block a user