summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/init.el b/init.el
index 851ee68..9324359 100644
--- a/init.el
+++ b/init.el
@@ -1237,8 +1237,6 @@
(lambda ()
(add-hook 'with-editor-pre-finish-hook
#'git-commit-save-message nil t)))
- (add-hook 'git-commit-setup-hook #'km/git-commit-turn-on-flyspell)
-
(advice-add
'git-commit-prev-message :after
(lambda (&rest _) (goto-char (point-min)))