.emacs-my
changeset 1022 37071d001c49
parent 1021 88e787ae4703
child 1023 3a49cbe13ae3
equal deleted inserted replaced
1021:88e787ae4703 1022:37071d001c49
  2305     ))
  2305     ))
  2306 
  2306 
  2307 ;; Enable "M-/", "C-c g", "C-c d", "C-c f" shortcuts.
  2307 ;; Enable "M-/", "C-c g", "C-c d", "C-c f" shortcuts.
  2308 (setq ropemacs-enable-shortcuts t)
  2308 (setq ropemacs-enable-shortcuts t)
  2309 (ignore-errors
  2309 (ignore-errors
  2310   (require 'pymacs)
  2310   ;; (require 'pymacs)
  2311   (pymacs-load "ropemacs" "rope-")
  2311   ;; (pymacs-load "ropemacs" "rope-")
  2312   )
  2312   )
  2313 ;; Automatically save project python buffers before refactorings
  2313 ;; Automatically save project python buffers before refactorings
  2314 (setq ropemacs-confirm-saving 'nil)
  2314 (setq ropemacs-confirm-saving 'nil)
  2315 
  2315 
  2316 (defun my-python-add-to-path (path)
  2316 (defun my-python-add-to-path (path)