├── .gitignore ├── LICENSE ├── README.md ├── company-flx.el └── company_flx_screenshot.png /.gitignore: -------------------------------------------------------------------------------- 1 | # Compiled 2 | *.elc 3 | 4 | # Packaging 5 | .cask 6 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PythonNut/company-flx/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PythonNut/company-flx/HEAD/README.md -------------------------------------------------------------------------------- /company-flx.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PythonNut/company-flx/HEAD/company-flx.el -------------------------------------------------------------------------------- /company_flx_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PythonNut/company-flx/HEAD/company_flx_screenshot.png --------------------------------------------------------------------------------