summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets
diff options
context:
space:
mode:
authorSean Whitton <spw+git@sdf.org>2014-08-26 16:37:23 +0900
committerSean Whitton <spw+git@sdf.org>2014-08-27 13:26:39 +0900
commit503f4282264fc4f63a1a146b9cacfb5fad9ed2c5 (patch)
tree58cf3020a75a77368097d435c84931ca57f86a3b /.emacs.d/snippets
parent72e03b7dc0b294e168e5787f8cfb4969beef6265 (diff)
downloaddotfiles-503f4282264fc4f63a1a146b9cacfb5fad9ed2c5.tar.gz
More org-mode snippets
Diffstat (limited to '.emacs.d/snippets')
-rw-r--r--.emacs.d/snippets/org-mode/author1
-rw-r--r--.emacs.d/snippets/org-mode/date1
-rw-r--r--.emacs.d/snippets/org-mode/lisq4
-rw-r--r--.emacs.d/snippets/org-mode/title1
4 files changed, 7 insertions, 0 deletions
diff --git a/.emacs.d/snippets/org-mode/author b/.emacs.d/snippets/org-mode/author
new file mode 100644
index 00000000..68e6ee3f
--- /dev/null
+++ b/.emacs.d/snippets/org-mode/author
@@ -0,0 +1 @@
+#+AUTHOR: $0 \ No newline at end of file
diff --git a/.emacs.d/snippets/org-mode/date b/.emacs.d/snippets/org-mode/date
new file mode 100644
index 00000000..4ceb923c
--- /dev/null
+++ b/.emacs.d/snippets/org-mode/date
@@ -0,0 +1 @@
+#+DATE: $0 \ No newline at end of file
diff --git a/.emacs.d/snippets/org-mode/lisq b/.emacs.d/snippets/org-mode/lisq
new file mode 100644
index 00000000..a4024d59
--- /dev/null
+++ b/.emacs.d/snippets/org-mode/lisq
@@ -0,0 +1,4 @@
+*** Pre-listening
+- $0
+*** Post-listening
+- \ No newline at end of file
diff --git a/.emacs.d/snippets/org-mode/title b/.emacs.d/snippets/org-mode/title
new file mode 100644
index 00000000..cfe9ddb5
--- /dev/null
+++ b/.emacs.d/snippets/org-mode/title
@@ -0,0 +1 @@
+#+TITLE: $0 \ No newline at end of file