summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/nxml-mode/href
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/snippets/nxml-mode/href')
-rw-r--r--.emacs.d/snippets/nxml-mode/href9
1 files changed, 5 insertions, 4 deletions
diff --git a/.emacs.d/snippets/nxml-mode/href b/.emacs.d/snippets/nxml-mode/href
index 47cb84a..71f0949 100644
--- a/.emacs.d/snippets/nxml-mode/href
+++ b/.emacs.d/snippets/nxml-mode/href
@@ -1,5 +1,6 @@
1#contributor : Anders Bach Nielsen <abachn@abachn.net> 1# -*- mode: snippet -*-
2#name : <a href="...">...</a> 2# contributor : Anders Bach Nielsen <abachn@abachn.net>
3#key: a 3# name: <a href="...">...</a>
4# -- 4# key: a
5# --
5<a href="$1">$2</a> \ No newline at end of file 6<a href="$1">$2</a> \ No newline at end of file