summaryrefslogtreecommitdiffstats
path: root/emacs.d/20-git-commit.el
blob: 4568af0baf2fd7f30e9c948c6759ef1cbf69a60d (plain)
1
2
3
4
5
6
(add-to-list 'load-path "~/.emacs.d/elisp/git-commit-mode")
(require 'git-commit)

(add-hook 'git-commit-mode-hook
          (lambda ()
            (auto-fill-mode)))