summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-02-15 01:50:44 -0500
committerKyle Meyer <kyle@kyleam.com>2016-02-15 01:50:44 -0500
commit5a5e8ca6140ad775e030c422bcd7dcab10dc7d11 (patch)
tree71757abd7d775ad1a95c847646479a28fd9a827a /init.el
parent91a5a0f229b3ad46c4bb767d70af696bc4c8d748 (diff)
downloademacs.d-5a5e8ca6140ad775e030c422bcd7dcab10dc7d11.tar.gz
Add git-commit-turn-on-flyspell variant
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index beea3cd..e6ff37e 100644
--- a/init.el
+++ b/init.el
@@ -996,7 +996,7 @@
(lambda ()
(add-hook 'with-editor-pre-finish-hook
#'git-commit-save-message nil t)))
- (add-hook 'git-commit-setup-hook #'git-commit-turn-on-flyspell))
+ (add-hook 'git-commit-setup-hook #'km/git-commit-turn-on-flyspell))
(use-package orgit
:load-path "~/src/emacs/orgit/"