python.el is now part of Emacs

This commit is contained in:
Bozhidar Batsov 2013-04-21 22:28:32 +03:00
parent e30bd06521
commit 2d46a71bcc

View file

@ -34,10 +34,9 @@
;;; Code:
(require 'prelude-programming)
(prelude-ensure-module-deps '(python))
(defun prelude-python-mode-defaults ()
(run-hooks 'prelude-prog-mode-hook) ;; run manually; not derived from prog-mode
"Defaults for Python programming."
(electric-indent-mode -1))
(setq prelude-python-mode-hook 'prelude-python-mode-defaults)