fixed #25 - problem with python indentation

This commit is contained in:
Bozhidar Batsov 2011-11-23 12:39:50 +02:00
parent f5d6fd96fd
commit 54bf2a3753

View file

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