openbsd-ports/devel/emacs-python/pkg/MESSAGE
jasper 7a37869a3d import emacs-python 5.2.0
Emacs mode for editing Python code.

ok rpointel@
2011-05-22 20:40:46 +00:00

6 lines
229 B
Plaintext

You may wish to add the following to your .emacs:
(autoload 'python-mode "python-mode" "Python Mode." t)
(add-to-list 'auto-mode-alist '("\\.py\\'" . python-mode))
(add-to-list 'interpreter-mode-alist '("python" . python-mode))