author | Fabien Ninoles <fninoles@genvidtech.com> |
Mon, 23 Jan 2017 07:21:14 -0500 | |
changeset 19 | aa5a250ec992 |
parent 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)