2083b3679c
as devel/python-mode. This package provides an Emacs editing mode for Python code.
9 lines
398 B
Text
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)
|
|
|
|
===========================================================================
|