Browse Source

python.el is now part of Emacs

custom
Bozhidar Batsov 13 years ago
parent
commit
2d46a71bcc
  1. 3
      modules/prelude-python.el

3
modules/prelude-python.el

@ -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…
Cancel
Save