Load 'pymacs' and 'ropemacs' automatically.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 26 Feb 2012 19:45:31 +0200
changeset 864 adacfc97125b
parent 863 d48ba6196046
child 865 2a99ede322cd
Load 'pymacs' and 'ropemacs' automatically.
.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)