Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

tkf/auto-complete-rst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

Auto-completion for reStructuredText and Sphinx

auto-complete-rst is a source for Auto Complete Mode to help editing reStructuredText including Sphinx document.

Minimum setup:

(require 'auto-complete-rst)
(auto-complete-rst-init)

Configurations

auto-complete-rst-other-sources

This configuration variable specifies other sources to use in rst-mode. Default ac-sources will be used if it is nil (default).

Example:

(setq auto-complete-rst-other-sources
      '(ac-source-filename
        ac-source-abbrev
        ac-source-dictionary
        ac-source-yasnippet))

auto-complete-rst-sphinx-extensions

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published