Created
September 21, 2015 22:54
-
-
Save synic/d2b63c6c4ec79101874e to your computer and use it in GitHub Desktop.
python fill-column
This file contains hidden or 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
; python hooks | |
(add-hook 'python-mode-hook (lambda () | |
(fci-mode 1) | |
(auto-fill-mode) | |
(setq fill-column 79) | |
)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment