- Notifications
You must be signed in to change notification settings - Fork1
tkf/auto-complete-rst
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
auto-complete-rst is a source forAuto Complete Modeto help editingreStructuredText includingSphinx document.
Minimum setup:
(require 'auto-complete-rst)(auto-complete-rst-init)
This configuration variable specifies other sources to use in rst-mode.Defaultac-sources
will be used if it isnil
(default).
Example:
(setq auto-complete-rst-other-sources '(ac-source-filename ac-source-abbrev ac-source-dictionary ac-source-yasnippet))
This configuration variable specifies Sphinx extension to add.
Example:
(setq auto-complete-rst-sphinx-extensions '("PATH/TO/SOME/EXTENSION.py" "sphinx.ext.todo"))
About
Auto-complete extension for ReST and Sphinx
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published