Created
August 1, 2012 03:16
-
-
Save etscrivner/3223300 to your computer and use it in GitHub Desktop.
Better indentation in Emacs python-mode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(add-hook 'python-mode-hook | |
#'(lambda () (setq electric-indent-mode nil))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment