contrib/anything-grep.el: anything-grep-multiline: revert to `t'
[anything-config.git] / README
blobb259d7d7454b6d1ef074094eae40eec3bc6e19f2
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 and extensions directory contain deprecated, unmaintained or
27 incompatible code or files that need dependencies not provided here.
28 Most of the features provided in these files are present in anything-config.el.
30 Thanks.
32 * NOTE to install optional deprecated library ../extensions/anything-complete.el
34 Additionaly, if you want to install extensions/anything-complete.el, 
35 anything-obsolete.el is needed.
36 So don't forget to add to your load-path the extensions directory. 
37 You may want also to add anything-show-completion.el to your load-path.
38 These libraries will be required by anything-complete.el.
39 WARNING: You will find in anything-complete.el deprecated code that may clash with
40 some features of anything-config.el, so use it with care.