7 lines
140 B
Text
7 lines
140 B
Text
|
|
||
|
To use rst.el, add the following line to your ~/.emacs or init.el:
|
||
|
|
||
|
(require 'rst)
|
||
|
(add-hook 'text-mode-hook 'rst-text-mode-bindings)
|
||
|
|