1307626309
Of course paths need to be defined in ~/.emacs, otherwise the compilation function might not be aware of them.
5 lines
107 B
EmacsLisp
5 lines
107 B
EmacsLisp
(require 'git-commit)
|
|
|
|
(add-hook 'git-commit-mode-hook
|
|
(lambda ()
|
|
(auto-fill-mode)))
|