diff options
Diffstat (limited to '')
-rw-r--r-- | emacs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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*) |