Merge from vendor branch TNF:
[pkgsrcv2.git] / devel / python-mode / MESSAGE
1 ===========================================================================
2 $NetBSD: MESSAGE,v 1.1.1.1 2002/10/25 20:02:39 cjep Exp $
3
4 You will need to customize your .emacs.el (or default.el) file to
5 autoload Python mode for Emacs. For example:
6
7 (setq auto-mode-alist (cons '("\\.py$" . python-mode) auto-mode-alist))
8 (setq interpreter-mode-alist (cons '("python" . python-mode)
9                                    interpreter-mode-alist))
10 (autoload 'python-mode "python-mode" "Python editing mode." t)
11
12 ===========================================================================