summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-05-15 06:41:32 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-05-15 06:41:32 +0900
commit7f05529b21f646a86405b71db963d7bbd0705aff (patch)
tree41dadcfdd8ce7ce6bc79d4cf16288cc0b0893527
parentf3e6ff3984f2a5793a1974e6bc7722299750c526 (diff)
downloaddotfiles-7f05529b21f646a86405b71db963d7bbd0705aff.tar.gz
snippet for writing papers in markdown
-rw-r--r--.emacs.d/snippets/markdown-mode/paper12
1 files changed, 12 insertions, 0 deletions
diff --git a/.emacs.d/snippets/markdown-mode/paper b/.emacs.d/snippets/markdown-mode/paper
new file mode 100644
index 00000000..aed10f70
--- /dev/null
+++ b/.emacs.d/snippets/markdown-mode/paper
@@ -0,0 +1,12 @@
+---
+title: $1
+author: ${2:Sean Whitton}
+date: ${3:`(format-time-string "%B %Y")`}
+bibliography: spw.bib
+...
+
+#
+
+$0
+
+# References