diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2012-04-25 00:01:40 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2012-04-25 00:15:23 +0200 |
commit | 5e256dad163c14410813b639316f806b1a254ff5 (patch) | |
tree | 34a1d203d30a358215a4fd00eb2812512baae7ce /emacs | |
parent | e8dec24f70234998cf691365cd37b5dfe47f665a (diff) | |
download | dotfiles-5e256dad163c14410813b639316f806b1a254ff5.tar.gz dotfiles-5e256dad163c14410813b639316f806b1a254ff5.tar.xz dotfiles-5e256dad163c14410813b639316f806b1a254ff5.zip |
emacs: flyspell git commit messages
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*) |