freebsd-ports/lang/python-mode.el/pkg-message

11 lines
248 B
Text
Raw Normal View History

[
{ 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
}
]