author | Fabien Ninoles <fninoles@genvidtech.com> |
Mon, 23 Jan 2017 07:21:14 -0500 | |
changeset 19 | aa5a250ec992 |
parent 1 | a234a7579958 |
permissions | -rw-r--r-- |
1 | 1 |
;; python-mode |
2 |
||
3 |
(autoload 'python-mode "python" "Python editing mode." t) |
|
4 |
(require 'python) |
|
5 |
(provide 'python-mode) |
|
6 |
||
7 |
;; pymacs |
|
8 |
(autoload 'pymacs-load "pymacs" nil t) |
|
9 |
(autoload 'pymacs-eval "pymacs" nil t) |
|
10 |
(autoload 'pymacs-apply "pymacs") |
|
11 |
(autoload 'pymacs-call "pymacs") |
|
12 |
||
13 |
(pymacs-load "bikeemacs" "brm-") |
|
14 |
(brm-init) |
|
15 |
||
16 |
(provide 'my-python) |