openbsd-ports/devel/emacs-python/pkg/MESSAGE

6 lines
229 B
Plaintext
Raw Normal View History

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))