lisp/my-python.el
author Fabien Ninoles <fabien@tzone.org>
Sun, 13 Sep 2015 22:53:18 -0400
changeset 15 73df43769340
parent 1 a234a7579958
permissions -rw-r--r--
Update keybinding.

;; 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)