(add-to-list 'load-path "~/.emacs.d/elisp/git-commit-mode") (require 'git-commit) (add-hook 'git-commit-mode-hook (lambda () (auto-fill-mode)))