# HG changeset patch # User Oleksandr Gavenko # Date 1330278331 -7200 # Node ID adacfc97125bd8248de5818df41daa7a2bf9a130 # Parent d48ba61960462a13dd0247648fbdc21ca309872b Load 'pymacs' and 'ropemacs' automatically. 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)