Defer packages
This commit is contained in:
parent
860327a34f
commit
2a0c4aa3b9
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
(use-package mu4e
|
||||
:ensure nil
|
||||
:defer t
|
||||
:custom
|
||||
(mu4e-change-filenames-when-moving t)
|
||||
(mu4e-drafts-folder "/Drafts")
|
||||
|
@ -14,6 +15,7 @@
|
|||
|
||||
(use-package gnus
|
||||
:ensure nil
|
||||
:defer t
|
||||
:config
|
||||
(add-to-list 'gnus-secondary-select-methods
|
||||
'(nnimap "mailbox"
|
||||
|
@ -23,6 +25,7 @@
|
|||
|
||||
(use-package smtpmail
|
||||
:ensure nil
|
||||
:defer t
|
||||
:custom
|
||||
(message-send-mail-function 'smtpmail-send-it)
|
||||
(smtpmail-smtp-server "smtp.mailbox.org")
|
||||
|
|
Loading…
Add table
Reference in a new issue