summaryrefslogblamecommitdiff
path: root/lang/python-mode.el/pkg-message
blob: 3f48d58f8c65a81269ce57ee58213b3240f69902 (plain) (tree)
1
2
3
4



                                                                             
To use python-mode in Emacs/XEmacs, add the following lines to your ~/.emacs:

(autoload 'python-mode "python-mode" "Mode for editing Python source files")
(add-to-list 'auto-mode-alist '("\\.py" . python-mode))