diff options
Diffstat (limited to 'git-email-notmuch.el')
-rw-r--r-- | git-email-notmuch.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git-email-notmuch.el b/git-email-notmuch.el index 6cea752..1d29a35 100644 --- a/git-email-notmuch.el +++ b/git-email-notmuch.el @@ -42,8 +42,8 @@ from Lisp, enable the mode if ARG is omitted or nil." :init-value nil (if git-email-notmuch-mode (progn - (setq git-email-compose-email-function 'notmuch-mua-mail) - (setq git-email-send-email-function 'notmuch-mua-send-and-exit)) + (setq git-email-compose-email-function 'notmuch-mua-mail) + (setq git-email-send-email-function 'notmuch-mua-send-and-exit)) (setq git-email-compose-email-function 'message-mail) (setq git-email-send-email-function 'message-send-and-exit))) |