blob: 66e41d2b1638a4673c91106168be6d4e73f68bbf (
plain)
1
2
3
4
5
6
7
8
9
|
===========================================================================
$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)
===========================================================================
|