Skip to content

Instantly share code, notes, and snippets.

@amalloy
Created July 20, 2012 18:57
Show Gist options
  • Save amalloy/3152573 to your computer and use it in GitHub Desktop.
Save amalloy/3152573 to your computer and use it in GitHub Desktop.
(add-to-list 'auto-mode-alist (cons "COMMIT_EDITMSG"
(lambda ()
(text-mode)
(setq fill-column 72)
(auto-fill-mode 1))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment