mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
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.
7 lines
78 B
Plaintext
7 lines
78 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: src
|
|
# key: <s
|
|
# --
|
|
#+BEGIN_SRC $1
|
|
$0
|
|
#+END_SRC |