summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-02-08 00:20:57 -0500
committerKyle Meyer <kyle@kyleam.com>2014-02-08 00:22:23 -0500
commit5cbdbb0fc25ce28520d3fb6355775f0e851a2acc (patch)
treee28062896191f807522fefe3f67d077c8e6ec9d9 /README.md
parentff679136b8e2273a79dc6ce68785b6fbbd898de7 (diff)
downloadbog-5cbdbb0fc25ce28520d3fb6355775f0e851a2acc.tar.gz
DOC: Export README text file for GitHub
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 1c73bef..0000000
--- a/README.md
+++ /dev/null
@@ -1,7 +0,0 @@
-```lisp
-(let ((url "https://raw.github.com/kyleam/bog/master/README.org")
- (buffer (generate-new-buffer "*Bog README*")))
- (switch-to-buffer-other-window buffer)
- (url-insert-file-contents url)
- (org-mode))
-```