doctest-mode is still on emacsmirror in the same repo as python-mode. It was moved to a subdirectory.

This commit is contained in:
elipapa 2011-08-29 23:10:07 +02:00
parent e435a07b4d
commit 5a289eeaa8

View File

@ -1,8 +1,9 @@
(:name python-mode
:type emacsmirror
:description "Major mode for editing Python programs"
:features python-mode
:features (python-mode doctest-mode)
:compile nil
:load "test/doctest-mode.el"
:post-init (lambda ()
(add-to-list 'auto-mode-alist '("\\.py$" . python-mode))
(add-to-list 'interpreter-mode-alist '("python" . python-mode))