legacy-dotfiles/emacs.d/20-git-commit.el
Tom Willemsen 1307626309 EMACS: Paths
Of course paths need to be defined in ~/.emacs, otherwise the
compilation function might not be aware of them.
2011-04-18 10:31:26 +02:00

5 lines
107 B
EmacsLisp

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