summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2017-01-27 13:39:28 -0800
committerFranck Cuny <franck.cuny@gmail.com>2017-01-27 13:39:28 -0800
commitb7344d09b5256813e0d80de1706c0116991d0869 (patch)
tree7b94d5400e1aaef80b134e4cc2fce6e51f7298cc
parent[fonts] Delete the fonts. (diff)
downloademacs.d-b7344d09b5256813e0d80de1706c0116991d0869.tar.gz
[README] Convert README from md to org.
Easier to write documentation that way.
Diffstat (limited to '')
-rw-r--r--README.md3
-rw-r--r--README.org12
2 files changed, 12 insertions, 3 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 17ba97b..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# Configuration files
-
-My personal configuration files for Emacs, bash and git.
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..9e2be64
--- /dev/null
+++ b/README.org
@@ -0,0 +1,12 @@
+#+Title: Configuration files
+#+Author: Franck Cuny
+
+My personal configuration files for Emacs, bash and git.
+
+* Documentation
+** Emacs
+*** Bookmarks
+| binding | description        |
+|---------+--------------------|
+| C-x r l | list the bookmarks |
+| C-x r m | add a bookmark     |