# HG changeset patch # User Oleksandr Gavenko # Date 1359321703 -7200 # Node ID 37071d001c49cdde09e4d792caac44666a8d1588 # Parent 88e787ae4703105ff3fe0279b02e00e99144ad57 Disable rope. diff -r 88e787ae4703 -r 37071d001c49 .emacs-my --- a/.emacs-my Sun Jan 27 21:53:06 2013 +0200 +++ b/.emacs-my Sun Jan 27 23:21:43 2013 +0200 @@ -2307,8 +2307,8 @@ ;; 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-") + ;; (require 'pymacs) + ;; (pymacs-load "ropemacs" "rope-") ) ;; Automatically save project python buffers before refactorings (setq ropemacs-confirm-saving 'nil)