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

index 6a3a3f17c3334b6cf0f6eff16cf7629148f013b9..6285d7a763d9e068465d2475b23897e8db9dfa4b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -11,16 +11,16 @@ The advantages are:
    and transform it with `format`-style expressions
    e.g. `m6\n15%s=0%o=0x%x` will expand to
 
-    6=06=0x6
-    7=07=0x7
-    8=010=0x8
-    9=011=0x9
-    10=012=0xa
-    11=013=0xb
-    12=014=0xc
-    13=015=0xd
-    14=016=0xe
-    15=017=0xf
+        6=06=0x6
+        7=07=0x7
+        8=010=0x8
+        9=011=0x9
+        10=012=0xa
+        11=013=0xb
+        12=014=0xc
+        13=015=0xd
+        14=016=0xe
+        15=017=0xf
 4. Last but not least, the ability to transform the number with lisp expressions.
    For instance:
     1. `m5 10*xx` -> `25 36 49 64 81 100`
@@ -72,3 +72,9 @@ You can even schedule and deadline:
     SCHEDULED: <2013-11-25 Mon> DEADLINE: <2013-12-02 Mon>
     **** TODO Learning from Data Week 10 
     SCHEDULED: <2013-12-02 Mon> DEADLINE: <2013-12-09 Mon>
+
+# Setup
+In `~/.emacs`:
+
+    (require 'tiny)
+    (tiny-setup-default)