diff --git a/config.org b/config.org index e4e5c2e..f5c93a2 100644 --- a/config.org +++ b/config.org @@ -4325,6 +4325,11 @@ It would also be nice to change the name pre-filled in =From:= when drafting. (let ((user-full-name mu4e-from-name)) (funcall orig-fn))) #+end_src + +We can also use this a signature, +#+begin_src emacs-lisp +(setq message-signature mu4e-from-name) +#+end_src *** Org Msg Doom does a fantastic stuff with the defaults with this, so we only make a few minor tweaks.