pkgsrc/devel/python-mode/MESSAGE
wiz f367496863 Update to latest version, 1.0. Release notes:
It's been a long time. Time for a release...
2008-04-13 22:12:56 +00:00

12 lines
575 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.2 2008/04/13 22:12:56 wiz Exp $
You will need to customize your .emacs.el (or default.el) file to
autoload Python mode for Emacs. For example:
(setq auto-mode-alist (cons '("\\.py$" . python-mode) auto-mode-alist))
(setq interpreter-mode-alist (cons '("python" . python-mode)
interpreter-mode-alist))
(autoload 'python-mode "python-mode" "Python editing mode." t)
===========================================================================