]> code.delx.au - gnu-emacs-elpa/commitdiff
README.md: minor update.
authorOleh Krehel <ohwoeowho@gmail.com>
Sun, 6 Oct 2013 15:51:06 +0000 (17:51 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Sun, 6 Oct 2013 15:51:06 +0000 (17:51 +0200)
README.md

index 6285d7a763d9e068465d2475b23897e8db9dfa4b..48273ab1395dff6cb9d12b6c0cee02227195aacd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Main idea:
+### Main idea:
 
 This is an alternative to inserting numeric ranges with macros (i.e. `F3 F3`).
 The advantages are:
@@ -31,7 +31,7 @@ The advantages are:
     6. `m97,102stringxupcasex` -> `aA,bB,cC,dD,eE,fF`
     7. `m,3|%(+ x x) and %(* x x) and %s` -> `0 and 0 and 0,2 and 1 and 1,4 and 4 and 2,6 and 9 and 3,8 and 16 and 4,10 and 25 and 5`
 
-# Use in conjunction with `org-mode`:
+### Use in conjunction with `org-mode`:
 
     m1\n14|*** TODO http://emacsrocks.com/e%02d.html
 
@@ -73,7 +73,7 @@ You can even schedule and deadline:
     **** TODO Learning from Data Week 10 
     SCHEDULED: <2013-12-02 Mon> DEADLINE: <2013-12-09 Mon>
 
-# Setup
+### Setup
 In `~/.emacs`:
 
     (require 'tiny)