If file buffer is deleted, just visit file again.
[tinydb.git] / README.org
bloba2465994ac0ae1fdd356f3cb94eaa64193827ca8
1 * Readme for tinydb
2 ** Headers
3 *** Purpose
5 To contain user docs for tinydb
7 *** State
9 Just begun
10 ** What it is
12 Elisp code that helps values to persist across sessions.  It's like a
13 very lightweight database.
15 ** How to install tinydb                                            :userdoc:
17  * If you use `my-site-start.el', you can just symlink
18    "subdirs.el" into your ~/.emacs.d/site-start.d/.  Give it a
19    name like 30tinydb.el
20  * Failing that, have your .emacs load "subdirs.el".  Be sure to
21    tell it the path, because load-path won't be set up yet.