diff --git a/init.el b/init.el index 24dd0783..2974eb86 100644 --- a/init.el +++ b/init.el @@ -85,17 +85,15 @@ ;; Multi-lining for python. (require 'multi-line-it) -;; Pymacs -(add-hook 'python-mode-hook - (lambda () - (require 'pymacs) - (autoload 'pymacs-apply "pymacs") - (autoload 'pymacs-call "pymacs") - (autoload 'pymacs-eval "pymacs" nil t) - (autoload 'pymacs-exec "pymacs" nil t) - (autoload 'pymacs-load "pymacs" nil t) - (autoload 'pymacs-autoload "pymacs") - (pymacs-load "ropemacs" "rope-"))) + +(require 'pymacs) +(autoload 'pymacs-apply "pymacs") +(autoload 'pymacs-call "pymacs") +(autoload 'pymacs-eval "pymacs" nil t) +(autoload 'pymacs-exec "pymacs" nil t) +(autoload 'pymacs-load "pymacs" nil t) +(autoload 'pymacs-autoload "pymacs") +(pymacs-load "ropemacs" "rope-") (defun python-tabs () (setq tab-width 4