.emacs-my
changeset 957 15fc17674517
parent 956 661dc3bfc076
child 958 f93fa1c0f480
equal deleted inserted replaced
956:661dc3bfc076 957:15fc17674517
  2160   (when (and (boundp 'py-version) (equal py-version "5.1.0"))
  2160   (when (and (boundp 'py-version) (equal py-version "5.1.0"))
  2161     (setq-default py-which-shell py-python-command)
  2161     (setq-default py-which-shell py-python-command)
  2162     ;; (py-toggle-shells 'cpython)
  2162     ;; (py-toggle-shells 'cpython)
  2163     ))
  2163     ))
  2164 
  2164 
       
  2165 ;; Enable "M-/", "C-c g", "C-c d", "C-c f" shortcuts.
       
  2166 (setq ropemacs-enable-shortcuts t)
  2165 (ignore-errors
  2167 (ignore-errors
  2166   (require 'pymacs)
  2168   (require 'pymacs)
  2167   (pymacs-load "ropemacs" "rope-")
  2169   (pymacs-load "ropemacs" "rope-")
  2168   )
  2170   )
  2169 ;; Automatically save project python buffers before refactorings
  2171 ;; Automatically save project python buffers before refactorings