private/hlissner: wrap circe/mu4e configs in after!
Not strictly necessary, but is more readable.
This commit is contained in:
parent
9506cc9902
commit
19dfb22fe0
1 changed files with 31 additions and 29 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue