lisp/my-python.el
author Fabien Ninoles <fabien@tzone.org>
Fri, 28 Mar 2014 23:38:55 -0400
changeset 2 c6af35843530
parent 1 a234a7579958
permissions -rw-r--r--
Retrait des chiffres en ligne du haut.

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