https://github.com/wilfred/company-smart-elisp
a contextual company backend for elisp
https://github.com/wilfred/company-smart-elisp
company completion emacs
Last synced: 6 months ago
JSON representation
a contextual company backend for elisp
- Host: GitHub
- URL: https://github.com/wilfred/company-smart-elisp
- Owner: Wilfred
- Created: 2017-03-20T00:31:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-25T00:47:10.000Z (over 8 years ago)
- Last Synced: 2025-02-12T21:49:25.532Z (8 months ago)
- Topics: company, completion, emacs
- Language: Emacs Lisp
- Homepage:
- Size: 14.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# company-smart-elisp
A contextual company backend for emacs lisp buffers.
This backend aims for high precision. It should automatically open
whenever it's *certain* about the range of possible inputs.## Features
- Function completion on `#'...`
- Library completion on `(require '...)`