Skip to content

Commit

Permalink
Add ropemacs to pymacs-load-path (part-way to fixing up rope-based au…
Browse files Browse the repository at this point in the history
…to-completion)
  • Loading branch information
purcell committed Oct 11, 2010
1 parent 0e9faeb commit 1735349
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init-python-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
;; Pymacs and Rope for Python
;;----------------------------------------------------------------------------
;; See http://edward.oconnor.cx/2008/02/ropemacs
(setq pymacs-load-path
(list (concat el-get-dir "ropemacs")))
(add-hook 'python-mode-hook
(lambda ()
(require 'pymacs)
Expand Down

0 comments on commit 1735349

Please sign in to comment.