-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathparams.json
1 lines (1 loc) · 1.77 KB
/
params.json
1
{"name":"company-mode","tagline":"","body":"Company Mode\r\n====\r\n\r\nAbout\r\n----\r\n\r\nCompany is an Emacs extension for performing text completion.\r\n\r\nCompletion candidates are retrieved from a variety of back-ends, such as\r\n`abbrev`, `Semantic`, `Eclim`, `etags`, etc.\r\n\r\nScreenshots\r\n----\r\n\r\n[<img src=\"https://raw.github.com/dgutov/company/master/screenshots/company-elisp.png\" alt=\"company-elisp\" width=\"256\"/>](https://raw.github.com/dgutov/company/master/screenshots/company-elisp.png)\r\n[<img src=\"https://raw.github.com/dgutov/company/master/screenshots/company-cpp.png\" alt=\"company-cpp\" width=\"256\"/>](https://raw.github.com/dgutov/company/master/screenshots/company-cpp.png)\r\n\r\nInstallation\r\n----\r\n\r\nThis package is part of [GNU ELPA](http://elpa.gnu.org/) (<kbd>M-x\r\nlist-packages</kbd>).\r\n\r\nUsage\r\n----\r\n\r\nOnce installed, enable `company-mode` with <kbd>M-x company-mode</kbd>.\r\n\r\nCompletion will start automatically after you type a few letters. Use\r\n<kbd>M-n</kbd>, <kbd>M-p</kbd>, <kbd>\\<tab\\></kbd> and <kbd>\\<return\\></kbd> to\r\ncomplete. Search through the completions with <kbd>C-s</kbd>, <kbd>C-r</kbd> and\r\n<kbd>C-o</kbd>.\r\n\r\nTo use `company-mode` in all buffers, add the following to your init file:\r\n\r\n (global-company-mode)\r\n\r\nTo set up preferred back-ends, customize `company-backends`.\r\n\r\nAlso see this variable's docstring for information on writing a back-end.\r\n\r\nFor more information, see the docstring for `company-mode`.\r\n\r\nFeedback\r\n----\r\n\r\nIf you experience any problems or have a feature request, please use the\r\n[issue tracker](https://github.com/dgutov/company/issues).","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}