private/hlissner: wrap circe/mu4e configs in after!

Not strictly necessary, but is more readable.
This commit is contained in:
Henrik Lissner 2017-07-29 00:04:46 +02:00
parent 9506cc9902
commit 19dfb22fe0
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -45,6 +45,7 @@
;; app/irc
(after! circe
(setq +irc-notifications-watch-strings '("v0" "vnought" "hlissner"))
(set! :irc "irc.snoonet.org"
@ -53,10 +54,11 @@
:port 6697
:sasl-username ,(+pass-get-user "irc/snoonet.org")
:sasl-password ,(+pass-get-secret "irc/snoonet.org")
:channels (:after-auth "#ynought")))
:channels (:after-auth "#ynought"))))
;; app/email
(after! mu4e
(setq smtpmail-stream-type 'starttls
smtpmail-default-smtp-server "smtp.gmail.com"
smtpmail-smtp-server "smtp.gmail.com"
@ -79,4 +81,4 @@
(smtpmail-smtp-user . "henrik@lissner.net")
(user-mail-address . "henrik@lissner.net")
(mu4e-compose-signature . "---\nHenrik Lissner"))
t)
t))