1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/lang/python-mode.el/pkg-message
2019-08-13 22:29:42 +00:00

11 lines
248 B
Plaintext

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