author | Fabien Ninoles <fabien@tzone.org> |
Thu, 13 Oct 2011 08:46:42 -0400 | |
changeset 1 | a234a7579958 |
permissions | -rw-r--r-- |
;; 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)