diff -r 661dc3bfc076 -r 15fc17674517 .emacs-my --- a/.emacs-my Thu Oct 11 21:25:50 2012 +0300 +++ b/.emacs-my Fri Oct 12 18:38:17 2012 +0300 @@ -2162,6 +2162,8 @@ ;; (py-toggle-shells 'cpython) )) +;; Enable "M-/", "C-c g", "C-c d", "C-c f" shortcuts. +(setq ropemacs-enable-shortcuts t) (ignore-errors (require 'pymacs) (pymacs-load "ropemacs" "rope-")