summaryrefslogtreecommitdiff
path: root/snippets
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-03-17 01:45:13 -0400
committerKyle Meyer <kyle@kyleam.com>2016-03-17 01:46:59 -0400
commit1f40b80bf90983a330324e4c9c9fae848f4fb8db (patch)
tree823c9a2dcaffd62a9db97a3e8bbb80f9f24ba4ec /snippets
parenteaece3befe82e2bbee121306da5a1cab159e5d0d (diff)
downloademacs.d-1f40b80bf90983a330324e4c9c9fae848f4fb8db.tar.gz
snippets: Add commented anchor
Diffstat (limited to 'snippets')
-rw-r--r--snippets/text-mode/anchor5
1 files changed, 5 insertions, 0 deletions
diff --git a/snippets/text-mode/anchor b/snippets/text-mode/anchor
new file mode 100644
index 0000000..d8074aa
--- /dev/null
+++ b/snippets/text-mode/anchor
@@ -0,0 +1,5 @@
+# -*- mode: snippet -*-
+# name: commented anchor
+# key: ar
+# --
+`(km/yas-with-comment "anchor:")` \ No newline at end of file