freebsd-ports/lang/python-mode.el/pkg-message
Hye-Shik Chang 2ab1f4ed47 Add new port for python-mode.el.
Emacs lisp modules for the Python language.

PR:		87314
Submitted by:	Dario Freni <saturnero@guri.org>
WWW:		http://python-mode.sourceforge.net/
2005-11-02 13:34:58 +00:00

4 lines
212 B
Text

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