aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python-mode.el/pkg-message
blob: 38b5b87e9e769e2cbbfc07056db7cdee91f9e404 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[
{ type: install
  message: <<EOM
To use python-mode in Emacs, 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))
EOM
}
]