python.el is now part of Emacs
This commit is contained in:
parent
e30bd06521
commit
2d46a71bcc
1 changed files with 1 additions and 2 deletions
|
@ -34,10 +34,9 @@
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(require 'prelude-programming)
|
(require 'prelude-programming)
|
||||||
(prelude-ensure-module-deps '(python))
|
|
||||||
|
|
||||||
(defun prelude-python-mode-defaults ()
|
(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))
|
(electric-indent-mode -1))
|
||||||
|
|
||||||
(setq prelude-python-mode-hook 'prelude-python-mode-defaults)
|
(setq prelude-python-mode-hook 'prelude-python-mode-defaults)
|
||||||
|
|
Loading…
Reference in a new issue