diff options
| author | Simeon Simeonov | 2024-04-22 15:25:08 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2024-04-22 15:25:08 +0200 |
| commit | 4e57fb98342dd3cce7faa38e25c8ec2014a21865 (patch) | |
| tree | 96626016693999f74d81dae4488b8ccca1e74181 /.emacs.d/snippets/markdown-mode/rimg | |
| parent | 49d331d0b958a4e10b841bc34ebc020fe9db86ed (diff) | |
Update markdown-mode, yasnippet, yasnippet-snippets and add snippets/markdown-mode
Diffstat (limited to '.emacs.d/snippets/markdown-mode/rimg')
| -rw-r--r-- | .emacs.d/snippets/markdown-mode/rimg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.emacs.d/snippets/markdown-mode/rimg b/.emacs.d/snippets/markdown-mode/rimg new file mode 100644 index 0000000..85046e4 --- /dev/null +++ b/.emacs.d/snippets/markdown-mode/rimg | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # name: Referenced Image | ||
| 3 | # contributor: Peng Deng <dengpeng@gmail.com> | ||
| 4 | # key: rimg | ||
| 5 | # -- | ||
| 6 | ![${1:Alt Text}][$2] $0 \ No newline at end of file | ||
