]> code.delx.au - gnu-emacs-elpa/commitdiff
Move the whole description to the homepage
authorDmitry Gutov <dgutov@yandex.ru>
Sat, 16 Mar 2013 00:35:35 +0000 (04:35 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Sat, 16 Mar 2013 00:35:35 +0000 (04:35 +0400)
README.md
screenshots/company-cpp.png [deleted file]
screenshots/company-elisp.png [deleted file]

index 8dce327be34bb249cb7e7ea3f1e2bb5245b089cf..3e3a10112d145872121d6d0df2ffacaf5a4e51af 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,48 +1 @@
-Company Mode
-====
-
-About
-----
-
-Company is an Emacs extension for performing text completion.
-
-Completion candidates are retrieved from a variety of back-ends, such as
-`abbrev`, `Semantic`, `Eclim`, `etags`, etc.
-
-Screenshots
-----
-
-[<img src="screenshots/company-elisp.png" alt="company-elisp" width="256"/>](screenshots/company-elisp.png)
-[<img src="screenshots/company-cpp.png" alt="company-cpp" width="256"/>](screenshots/company-cpp.png)
-
-Installation
-----
-
-This package is part of [GNU ELPA](http://elpa.gnu.org/) (<kbd>M-x
-list-packages</kbd>).
-
-Usage
-----
-
-Once installed, enable `company-mode` with <kbd>M-x company-mode</kbd>.
-
-Completion will start automatically after you type a few letters. Use
-<kbd>M-n</kbd>, <kbd>M-p</kbd>, <kbd>\<tab\></kbd> and <kbd>\<return\></kbd> to
-complete. Search through the completions with <kbd>C-s</kbd>, <kbd>C-r</kbd> and
-<kbd>C-o</kbd>.
-
-To use `company-mode` in all buffers, add the following to your init file:
-
-    (global-company-mode)
-
-To set up preferred back-ends, customize `company-backends`.
-
-Also see this variable's docstring for information on writing a back-end.
-
-For more information, see the docstring for `company-mode`.
-
-Feedback
-----
-
-If you experience any problems or have a feature request, please use the
-[issue tracker](https://github.com/dgutov/company/issues).
+See <http://company-mode.github.com/>.
diff --git a/screenshots/company-cpp.png b/screenshots/company-cpp.png
deleted file mode 100644 (file)
index c2817ba..0000000
Binary files a/screenshots/company-cpp.png and /dev/null differ
diff --git a/screenshots/company-elisp.png b/screenshots/company-elisp.png
deleted file mode 100644 (file)
index c87c994..0000000
Binary files a/screenshots/company-elisp.png and /dev/null differ