opnsense-ports/lang/python-mode.el/pkg-message
Franco Fichtner 5741aed66c */*: sync with upstream
Taken from: HardenedBSD
2019-06-03 03:57:40 +02:00

4 lines
205 B
Text

To use python-mode in Emacs, 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))