X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/8584cc9bbb827fa6e2c9b3165135c81c37ab2633..22e3f2873ee1856f0416f777cf2c625c5e4ddd2d:/dot/emacs diff --git a/dot/emacs b/dot/emacs index 65b5e8a..9bb23b2 100644 --- a/dot/emacs +++ b/dot/emacs @@ -33,8 +33,8 @@ (if (file-exists-p boot) (load boot)))) -(require 'dot-emacs) (require 'cl) +(require 'dot-emacs) ;;;-------------------------------------------------------------------------- ;;; Some random initialisation. @@ -172,6 +172,8 @@ send-mail-function 'sendmail-send-it mail-interactive t sendmail-error-reporting-interactive '("-odb" "-oee")) +(autoload 'sendmail-send-it "sendmail") +(autoload 'smtpmail-send-it "smtpmail") (setq mail-user-agent 'message-user-agent read-mail-command 'gnus)