changeset 1 | a234a7579958 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lisp/my-python.el Thu Oct 13 08:46:42 2011 -0400 @@ -0,0 +1,16 @@ +;; python-mode + +(autoload 'python-mode "python" "Python editing mode." t) +(require 'python) +(provide 'python-mode) + +;; pymacs +(autoload 'pymacs-load "pymacs" nil t) +(autoload 'pymacs-eval "pymacs" nil t) +(autoload 'pymacs-apply "pymacs") +(autoload 'pymacs-call "pymacs") + +(pymacs-load "bikeemacs" "brm-") +(brm-init) + +(provide 'my-python)