ports/lang/python-mode.el/pkg-message
Tobias Kortkamp fb2dafe241 lang/python-mode.el: Do not install files for xemacs
It was removed in 2014.
2019-05-30 07:36:32 +00:00

4 lines
205 B
Text

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))