python/suse-start-python-mode.el

4 lines
110 B
EmacsLisp
Raw Normal View History

(autoload 'python-mode "python-mode")
(add-to-list 'auto-mode-alist
'("\\.py\\'" . python-mode))