Emacs: Do not try to fetch built-in packages
This commit is contained in:
@@ -913,6 +913,7 @@ Debug Adapter Protocol.
|
|||||||
(mu4e-alert-enable-notifications))
|
(mu4e-alert-enable-notifications))
|
||||||
|
|
||||||
(use-package smtpmail ; built-in
|
(use-package smtpmail ; built-in
|
||||||
|
:ensure nil
|
||||||
:init (setq smtpmail-default-smtp-server "mail.riyyi.com")
|
:init (setq smtpmail-default-smtp-server "mail.riyyi.com")
|
||||||
:config
|
:config
|
||||||
(setq smtpmail-smtp-server "mail.riyyi.com")
|
(setq smtpmail-smtp-server "mail.riyyi.com")
|
||||||
@@ -922,9 +923,11 @@ Debug Adapter Protocol.
|
|||||||
(setq smtpmail-queue-mail nil))
|
(setq smtpmail-queue-mail nil))
|
||||||
|
|
||||||
(use-package sendmail ; built-in
|
(use-package sendmail ; built-in
|
||||||
|
:ensure nil
|
||||||
:config (setq send-mail-function 'smtpmail-send-it))
|
:config (setq send-mail-function 'smtpmail-send-it))
|
||||||
|
|
||||||
(use-package message ; built-in
|
(use-package message ; built-in
|
||||||
|
:ensure nil
|
||||||
:config
|
:config
|
||||||
(setq message-kill-buffer-on-exit t)
|
(setq message-kill-buffer-on-exit t)
|
||||||
(setq message-send-mail-function 'smtpmail-send-it))
|
(setq message-send-mail-function 'smtpmail-send-it))
|
||||||
|
|||||||
Reference in New Issue
Block a user