lisp/my-python.el
changeset 1 a234a7579958
equal deleted inserted replaced
0:df7496e40bee 1:a234a7579958
       
     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)