fixed #25 - problem with python indentation
This commit is contained in:
parent
f5d6fd96fd
commit
54bf2a3753
1 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue