https://github.com/fgeller/anything-config
fork from git://repo.or.cz/anything-config.git
https://github.com/fgeller/anything-config
Last synced: 5 months ago
JSON representation
fork from git://repo.or.cz/anything-config.git
- Host: GitHub
- URL: https://github.com/fgeller/anything-config
- Owner: fgeller
- Created: 2011-12-04T23:08:21.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-19T11:44:43.000Z (over 14 years ago)
- Last Synced: 2025-08-02T00:25:49.996Z (11 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 11.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
* To install anything:
A) The easiest way:
1) Put the anything directory in load-path.
2) Run make from this directory.
3) Add to .emacs.el:
(add-to-list 'load-path "/path/to/anything/directory")
(require 'anything-config)
B) By copying files from anything directory
1) Put following files somewhere in your load-path:
- anything.el
- anything-config.el
- anything-match-plugin.el
2) Byte-compile these files
3) Add this code to .emacs.el:
(require 'anything-config)
* NOTE to Distribution maintainers:(Ubuntu etc...)
Use only the files mentioned above in 1) for your packages, other files
contained in contrib and extensions directory contain deprecated, unmaintained or
incompatible code or files that need dependencies not provided here.
Most of the features provided in these files are present in anything-config.el.
Thanks.
* NOTE to install optional deprecated library ../extensions/anything-complete.el
Additionaly, if you want to install extensions/anything-complete.el,
anything-obsolete.el is needed.
So don't forget to add to your load-path the extensions directory.
You may want also to add anything-show-completion.el to your load-path.
These libraries will be required by anything-complete.el.
WARNING: You will find in anything-complete.el deprecated code that may clash with
some features of anything-config.el, so use it with care.