From d83dd13307d7c17257c0c1b457fa0687dd07e482 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 25 Aug 2018 20:05:56 -0400 Subject: Drop km/git-commit-turn-on-flyspell That predated Magit's 24c96608 (git-commit-turn-on-flyspell: avoid unnecessary work, 2017-12-03) and shouldn't be necessary now. --- lisp/km-magit.el | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lisp/km-magit.el') diff --git a/lisp/km-magit.el b/lisp/km-magit.el index 83b6b08..663fcde 100644 --- a/lisp/km-magit.el +++ b/lisp/km-magit.el @@ -621,12 +621,6 @@ argument. Interactively, this can be accessed using the command (magit-stash-store message "refs/stash" commit)) (magit-refresh)) -(defun km/git-commit-turn-on-flyspell () - "Like `git-commit-turn-on-flyspell', but don't check buffer initially." - (setq flyspell-generic-check-word-predicate - 'git-commit-flyspell-verify) - (turn-on-flyspell)) - (defun km/magit-log-current (&optional args files) "Like `magit-log-current', but if head is detached, use \"HEAD\"." (interactive (magit-log-arguments)) -- cgit v1.2.3