pkgsrc/devel/python-mode/MESSAGE
cjep 2083b3679c Initial import of python-mode 4.6 into the NetBSD packages collection
as devel/python-mode.

This package provides an Emacs editing mode for Python code.
2002-10-25 20:02:39 +00:00

9 lines
398 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2002/10/25 20:02:39 cjep Exp $
You will need to customize your .emacs.el (or default.el) file to
autoload Python mode for Emacs. For example:
(autoload 'python-mode "python-mode" "Mode for editing Python scripts" t)
===========================================================================