mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
2ab1f4ed47
Emacs lisp modules for the Python language. PR: 87314 Submitted by: Dario Freni <saturnero@guri.org> WWW: http://python-mode.sourceforge.net/
5 lines
212 B
Plaintext
5 lines
212 B
Plaintext
To use python-mode in Emacs/XEmacs, add the following lines to your ~/.emacs:
|
|
|
|
(autoload 'python-mode "python-mode" "Mode for editing Python source files")
|
|
(add-to-list 'auto-mode-alist '("\\.py" . python-mode))
|