diff options
Diffstat (limited to '.emacs.d/snippets/markdown-mode/link')
| -rw-r--r-- | .emacs.d/snippets/markdown-mode/link | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.emacs.d/snippets/markdown-mode/link b/.emacs.d/snippets/markdown-mode/link new file mode 100644 index 0000000..2b96f56 --- /dev/null +++ b/.emacs.d/snippets/markdown-mode/link | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # name: Link | ||
| 3 | # contributor: Peng Deng <dengpeng@gmail.com> | ||
| 4 | # key: link | ||
| 5 | # -- | ||
| 6 | [${1:Link Text}](${2:URL} $3) $0 \ No newline at end of file | ||
