Skip to content

Commit fe9c768

Browse files
author
Austin Bingham
committed
Updated README to reflect the new reality.
1 parent 3717d41 commit fe9c768

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

README.rst

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ startup. You can get more details in the documentation in ``traad.el``
6363
itself.
6464

6565
You will also need to install ``request.el``, which you can get `here
66-
<http://tkf.github.io/emacs-request/>`_.
66+
<http://tkf.github.io/emacs-request/>`_. You'll also need
67+
``deferred.el`` which you can from `here
68+
<http://github.com/kiwanami/emacs-deferred>`_.
6769

6870
Usage
6971
=====
@@ -105,16 +107,10 @@ top-level directory. To open a traad project, use ``traad-open``::
105107

106108
This will start a traad server. Once the project is open, you can
107109
start interacting with it using other traad functions. For example, to
108-
rename a Python file (and thus a module), switch to that file's buffer
109-
and run ``traad-rename-current-file``. This will run the rope
110-
``rename`` refactoring, it will kill the buffer you were visiting
111-
(since it's been renamed), and it will open a new buffer visiting the
112-
new file.
113-
114-
You can also rename sub-file elements like classes, functions, etc. To
115-
do that, just put the point (i.e. your cursor) over the name you want
116-
to change, and then run ``traad-rename``. You will be prompted
117-
for the new name, after which rope will run that refactoring.
110+
rename a class, function, etc., just put the point (i.e. your cursor)
111+
over the name you want to change, and then run ``traad-rename``. You
112+
will be prompted for the new name, after which rope will run that
113+
refactoring.
118114

119115
In general, you'll probably want to configure emacs to automatically
120116
refresh buffers for you. This way the changes caused by the

0 commit comments

Comments
 (0)