From 6520380485e7c822b644bf8baccab769d31b51b7 Mon Sep 17 00:00:00 2001 From: goodger Date: Thu, 17 Jun 2010 01:08:07 +0000 Subject: [PATCH] added details git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/trunk@6343 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/docs/user/emacs.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docutils/docs/user/emacs.txt b/docutils/docs/user/emacs.txt index c61d781c6..3a5fa8fdc 100644 --- a/docutils/docs/user/emacs.txt +++ b/docutils/docs/user/emacs.txt @@ -56,6 +56,10 @@ reStructuredText_: ``rst.el``. This document describes the features it provides, and how to setup your emacs to use them and how to invoke them. +``rst.el`` can be found in the ``tools/editors/emacs/`` directory of +the snapshot or repository. `A copy can also be downloaded here. +`__ + Installation ============ @@ -63,7 +67,8 @@ Installation The emacs support is implemented as an Emacs major mode (``rst-mode``) provided by the ``rst.el`` emacs package. In order to use ``rst-mode``, you need to put the ``rst.el`` in a directory located in -your emacs ``load-path``, and to load it with:: +your emacs ``load-path`` (use ``C-h v load-path`` to check), and load +it with:: (require 'rst) -- 2.11.4.GIT