2019-08-14 00:29:42 +02:00
|
|
|
[
|
|
|
|
{ type: install
|
|
|
|
message: <<EOM
|
2019-05-30 09:36:32 +02:00
|
|
|
To use python-mode in Emacs, add the following lines to your ~/.emacs:
|
2005-11-02 14:34:58 +01:00
|
|
|
|
|
|
|
(autoload 'python-mode "python-mode" "Mode for editing Python source files")
|
|
|
|
(add-to-list 'auto-mode-alist '("\\.py" . python-mode))
|
2019-08-14 00:29:42 +02:00
|
|
|
EOM
|
|
|
|
}
|
|
|
|
]
|