X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/8bf39d5e3ee15eb9c4fd111eb08e081e2cfdb513..ada2ede3ec75235ef0a6721e526b2fc94284093e:/README.md diff --git a/README.md b/README.md index cd8619e82..1e0e5e651 100644 --- a/README.md +++ b/README.md @@ -1,48 +1,4 @@ -Company Mode -==== +See the [homepage](http://company-mode.github.com/). -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 ----- - -[company-elisp](screenshots/company-elisp.png) -[company-cpp](screenshots/company-cpp.png) - -Installation ----- - -This package is part of [GNU ELPA](http://elpa.gnu.org/) (M-x -list-packages). - -Usage ----- - -Once installed, enable `company-mode` with M-x company-mode. - -Completion will start automatically after you type a few letters. Use -M-n, M-p, \ and \ to -complete. Search through the completions with C-s, C-r and -C-o. - -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, use the -[Issue Tracker](https://github.com/dgutov/company/issues). +[![Build Status](https://travis-ci.org/company-mode/company-mode.png?branch=master)](https://travis-ci.org/company-mode/company-mode) +[![Melpa Status](http://melpa.milkbox.net/packages/company-badge.svg)](http://melpa.milkbox.net/#/company)