diff --git a/conf.org b/conf.org index ef0e472..8883686 100644 --- a/conf.org +++ b/conf.org @@ -1954,6 +1954,21 @@ I have current have three contexts, personal and two work accounts. The first is ;; for composing rich-text emails using org mode org-mu4e-convert-to-html t)) #+END_SRC +*** signature +Signatures take lots of space and make short messages look needlessly clunky, so keep off by default. +#+BEGIN_SRC emacs-lisp +(setq mu4e-compose-signature-auto-include nil + + mu4e-compose-signature + (mapconcat + 'identity + '("Nate Dwarshuis" + "" + "PhD Student - Biomedical Engineering - Krish Roy Lab" + "Georgia Institute of Technology and Emory University" + "ndwarshuis3@gatech.edu") + "\n")) +#+END_SRC ** auctex #+BEGIN_SRC emacs-lisp (load "auctex.el" nil t t)