Removed a default item; changed docstring.
[fileset-whole.git] / README.org
blob9cd4c0a8607fcd680eb1100b5be26ce8cb63059f
1 * README for fileset-whole
2 ** Headers
3 *** Purpose
5 Documentation for fileset-whole
7 *** History
9 Begun Tue Feb  1 15:41:10 2011
10 ** How to use it
12  * Enable filesets.  They are bundled with recent emacs.  Just put in
13    your emacs load sequence,
14    : (filesets-init)
15    As usual, I recommend Era's my-site-start.el for managing the emacs
16    load sequence neatly.
17  * Install it.  You'll probably want [[http://repo.or.cz/w/elinstall.git][elinstall]] at
18    git://repo.or.cz/elinstall.git.  Having that, just run
19    do-elinstall.el
20  * Customize it.  You don't strictly need to, but you will probably
21    want to.  You can do this just by 
22    : M-x customize-apropos fileset-whole-commands RET
23  * Customize group data.  At the moment, this has to be done manually.
24    In the future I hope to provide this automatically.  Again you can
25    get by without fully doing this, but filesets this isn't done for
26    can't do much that's special.  At least mirror each filesets group
27    and add :root-dir to each.
28    : M-x customize-apropos fileset-whole-alist RET
29  * To get the autoloads, restart emacs or just (if installed my way):
30    : M-x load-file 50fileset-whole.el RET
31  * To launch any fileset-based command,
32    : C-c p
33    and you will have a menu of commands.