This commit is contained in:
Andrea Ciceri 2022-11-25 14:12:27 +01:00
parent df63ea2968
commit a1d45d7303
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
21 changed files with 202 additions and 142 deletions

View file

@ -32,7 +32,8 @@
;; There are two ways to load a theme. Both assume the theme is installed and
;; available. You can either set `doom-theme' or manually load a theme with the
;; `load-theme' function. This is the default:
(setq doom-theme 'doom-one)
;; (setq doom-theme 'doom-one)
(setq doom-theme 'doom-one-light)
;; This determines the style of line numbers in effect. If set to `nil', line
;; numbers are disabled. For relative line numbers, set this to `relative'.
@ -117,3 +118,24 @@
("[-]" "")
("#+begin_src" "λ")
("#+end_src" "λ"))))
(setq +mu4e-backend 'mbsync)
(after! mu4e
(setq sendmail-program (executable-find "msmtp")
send-mail-function #'smtpmail-send-it
message-sendmail-f-is-evil t
message-sendmail-extra-arguments '("--read-envelope-from")
message-send-mail-function #'message-send-mail-with-sendmail))
(set-email-account! "Autistici"
'((mu4e-sent-folder . "/autistici/Sent Mail")
(mu4e-drafts-folder . "/autistici/Drafts")
(mu4e-trash-folder . "/autistici/Trash")
(mu4e-refile-folder . "/autistici/All Mail")
(smtpmail-smtp-user . "andrea.ciceri@autistici.org"))
t)
(after! eglot
(add-to-list 'eglot-server-programs '(nix-mode . ("nil")))
)

View file

@ -178,7 +178,7 @@
;;zig ; C, but simpler
:email
;;(mu4e +org +gmail)
(mu4e +org)
;;notmuch
;;(wanderlust +gmail)