diff -r d48ba6196046 -r adacfc97125b .emacs-my --- a/.emacs-my Mon Feb 20 20:59:12 2012 +0200 +++ b/.emacs-my Sun Feb 26 19:45:31 2012 +0200 @@ -1966,6 +1966,13 @@ ;; (py-toggle-shells 'cpython) )) +(ignore-errors + (require 'pymacs) + (pymacs-load "ropemacs" "rope-") + ) +;; Automatically save project python buffers before refactorings +(setq ropemacs-confirm-saving 'nil) + (defun my-python-add-to-path (path) (interactive (list (read-directory-name "Enter new path for PYTHONPATH: "))) (when (featurep 'cygwin-mount)