anything-config.el (anything-fast-remove-dups): use loop:with instead of let
[anything-config.git] / README
blobc4c16bf7281fe010e9a378996760894d6d4d8299
1 * To install anything:
3 A) The easiest way:
5   1) Put the anything directory in load-path.
6   2) Run make from this directory.
7   3) Add to .emacs.el:
8      (add-to-list 'load-path "/path/to/anything/directory")
9      (require 'anything-config)
11 B) By copying files from anything directory
13   1) Put following files somewhere in your load-path:
14      - anything.el
15      - anything-config.el
16      - anything-match-plugin.el
18   2) Byte-compile these files
20   3) Add this code to .emacs.el:
21      (require 'anything-config)
23 * NOTE to Distribution maintainers:(Ubuntu etc...)
25 Use only the files mentioned above in [1] for your packages, other files
26 contained in contrib directory contain deprecated or unmaintained code.
27 Most of the features provided in these files are present in anything-config.el.
29 Thanks.
31 * NOTE to install optional ../extensions/anything-complete.el
33 Additionaly, if you want to install extensions/anything-complete.el,
34 anything-obsolete.el is needed.
35 So don't forget to add to your load-path the extensions directory. 
36 You may want also to add anything-show-completion.el to your load-path.
37 These libraries will be required by anything-complete.el.