Browse Source

fixed #25 - problem with python indentation

custom
Bozhidar Batsov 14 years ago
parent
commit
54bf2a3753
  1. 8
      modules/prelude-python.el

8
modules/prelude-python.el

@ -45,11 +45,11 @@
(require 'python)
;; (defun prelude-python-coding-hook ()
;; )
(defun prelude-python-coding-hook ()
(electric-indent-mode -1))
;; (when prelude-enable-python-hook
;; (add-hook 'python-mode-hook 'prelude-python-coding-hook))
(when prelude-enable-python-hook
(add-hook 'python-mode-hook 'prelude-python-coding-hook))
(provide 'prelude-python)

Loading…
Cancel
Save