summaryrefslogtreecommitdiff
path: root/snippets
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-09-28 02:02:15 -0400
committerKyle Meyer <kyle@kyleam.com>2015-09-28 02:02:15 -0400
commitad3d131729768c008a01cb539112a8f7086247a8 (patch)
tree083f8b5898c828ac1766cca310a6a1175b65d353 /snippets
parent106257d319a446d82f89c6e5e8278b0784ba8bf8 (diff)
downloademacs.d-ad3d131729768c008a01cb539112a8f7086247a8.tar.gz
Add snippet for initials comment
Diffstat (limited to 'snippets')
-rw-r--r--snippets/text-mode/initials-comment5
1 files changed, 5 insertions, 0 deletions
diff --git a/snippets/text-mode/initials-comment b/snippets/text-mode/initials-comment
new file mode 100644
index 0000000..1d1dde4
--- /dev/null
+++ b/snippets/text-mode/initials-comment
@@ -0,0 +1,5 @@
+# -*- mode: snippet -*-
+# name: initials comment
+# key: ic
+# --
+`(km/yas-with-comment "KM: ")` \ No newline at end of file