mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
private/hlissner: wrap circe/mu4e configs in after!
Not strictly necessary, but is more readable.
This commit is contained in:
@ -45,6 +45,7 @@
|
|||||||
|
|
||||||
|
|
||||||
;; app/irc
|
;; app/irc
|
||||||
|
(after! circe
|
||||||
(setq +irc-notifications-watch-strings '("v0" "vnought" "hlissner"))
|
(setq +irc-notifications-watch-strings '("v0" "vnought" "hlissner"))
|
||||||
|
|
||||||
(set! :irc "irc.snoonet.org"
|
(set! :irc "irc.snoonet.org"
|
||||||
@ -53,10 +54,11 @@
|
|||||||
:port 6697
|
:port 6697
|
||||||
:sasl-username ,(+pass-get-user "irc/snoonet.org")
|
:sasl-username ,(+pass-get-user "irc/snoonet.org")
|
||||||
:sasl-password ,(+pass-get-secret "irc/snoonet.org")
|
:sasl-password ,(+pass-get-secret "irc/snoonet.org")
|
||||||
:channels (:after-auth "#ynought")))
|
:channels (:after-auth "#ynought"))))
|
||||||
|
|
||||||
|
|
||||||
;; app/email
|
;; app/email
|
||||||
|
(after! mu4e
|
||||||
(setq smtpmail-stream-type 'starttls
|
(setq smtpmail-stream-type 'starttls
|
||||||
smtpmail-default-smtp-server "smtp.gmail.com"
|
smtpmail-default-smtp-server "smtp.gmail.com"
|
||||||
smtpmail-smtp-server "smtp.gmail.com"
|
smtpmail-smtp-server "smtp.gmail.com"
|
||||||
@ -79,4 +81,4 @@
|
|||||||
(smtpmail-smtp-user . "henrik@lissner.net")
|
(smtpmail-smtp-user . "henrik@lissner.net")
|
||||||
(user-mail-address . "henrik@lissner.net")
|
(user-mail-address . "henrik@lissner.net")
|
||||||
(mu4e-compose-signature . "---\nHenrik Lissner"))
|
(mu4e-compose-signature . "---\nHenrik Lissner"))
|
||||||
t)
|
t))
|
||||||
|
Reference in New Issue
Block a user