Skip to content

Commit

Permalink
put a note about emacs' minor mode key policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Milan Zamazal committed Jan 7, 2010
1 parent 20e7c81 commit 94a2658
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ After installing pymacs, add these lines to your ``~/.emacs`` file::
Note that rope and ropemacs should be in your ``PYTHONPATH`` for this
to work.

Also note that ropemacs may redefine some standard Emacs and your custom key
bindings. To prevent this, put the following example lines to your
``~/.emacs`` *before* the lines presented above:

(setq ropemacs-enable-shortcuts nil)
(setq ropemacs-local-prefix "C-c C-p")

See keybinding_ and variables_ sections for more details.

Loading Lazily
--------------

Expand Down

0 comments on commit 94a2658

Please sign in to comment.