From 5e256dad163c14410813b639316f806b1a254ff5 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 25 Apr 2012 00:01:40 +0200 Subject: emacs: flyspell git commit messages --- emacs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs b/emacs index eaac3dc..813bcaa 100644 --- a/emacs +++ b/emacs @@ -269,7 +269,8 @@ ;; magit (when (require 'magit nil 'noerror) ;; magit-status (bind if available on ) - (global-set-key (kbd "") 'magit-status)) + (global-set-key (kbd "") 'magit-status) + (add-hook 'magit-log-edit-mode-hook (lambda () (flyspell-mode 1)))) ;; linum (generic & *scratch*) -- cgit v1.2.3