summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs3
1 files changed, 2 insertions, 1 deletions
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 <f5>)
- (global-set-key (kbd "<f5>") 'magit-status))
+ (global-set-key (kbd "<f5>") 'magit-status)
+ (add-hook 'magit-log-edit-mode-hook (lambda () (flyspell-mode 1))))
;; linum (generic & *scratch*)