This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/layers/+lang/restructuredtext
syl20bnr e2e532bb49 core: change <function>p to <function>-p suffixes for consistency
Also defined aliases for backward compatibility with `usedp` functions.
2017-07-02 10:09:39 -04:00
..
img
local restrucutredtext: rename deprecated extensions folder to local 2017-02-02 14:37:19 -05:00
packages.el core: change <function>p to <function>-p suffixes for consistency 2017-07-02 10:09:39 -04:00
README.org update docs to the new toc-org format 2017-05-22 18:35:37 +03:00

reStructuredText layer

/TakeV/spacemacs/media/commit/d89f2dcf822cbaa7d0e06c0d1688f005b3588a6b/layers/+lang/restructuredtext/img/restructuredtext.png

Description

The layer adds ReStructuredText (ReST) support to Spacemacs and adds some functions to rst-mode.

Note: to add Sphinx specific support use the layer sphinx.

Features

  • rst files are supported via Emacs built-in rst.el.
  • Lists are inserted by new functions.
  • Directives can be inserted easily.
  • auto-completion for directives and options via auto-complete-rst.
  • snippet support via yasnippet.

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add restructuredtext to the existing dotspacemacs-configuration-layers list in this file.

Configuration

Auto-complete

For now auto-complete-rst only works with sphinx 1.4.9 and lower. New 1.5 release (as from December 2016) is not yet supported.