summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/km-magit.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/km-magit.el b/lisp/km-magit.el
index 280f2af..f681eab 100644
--- a/lisp/km-magit.el
+++ b/lisp/km-magit.el
@@ -919,7 +919,9 @@ appending [M/N] to each entry."
(find-file-other-window cover)
(goto-char (point-min))
(re-search-forward (rx "Subject: [PATCH" (zero-or-more not-newline) "] "))
- (setq buffer-read-only nil)))))
+ (setq buffer-read-only nil)
+ (auto-fill-mode 1)
+ (flyspell-mode 1)))))
;;; Copy functions