Skip to content

Instantly share code, notes, and snippets.

@synic
Created September 21, 2015 22:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save synic/d2b63c6c4ec79101874e to your computer and use it in GitHub Desktop.
Save synic/d2b63c6c4ec79101874e to your computer and use it in GitHub Desktop.
python fill-column
; 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