about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/workstation/emacs/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/workstation/emacs/init.el b/modules/workstation/emacs/init.el
index 97cf20e63232..ab6ad50b8024 100644
--- a/modules/workstation/emacs/init.el
+++ b/modules/workstation/emacs/init.el
@@ -185,6 +185,9 @@ point."
     (transient-append-suffix command ["-S"]
       '("=S" "Don't sign using gpg" "--no-gpg-sign"))))
 
+;;; mail ;;;
+(setq mail-user-agent 'notmuch-user-agent)
+
 ;;; Markdown ;;;
 (setq-default markdown-hide-markup t)