From 2b62ae597cc6a4c213f7d4b54b112ff9c216dbaa Mon Sep 17 00:00:00 2001 From: jdlugosz963 Date: Fri, 7 Apr 2023 23:02:33 +0200 Subject: Some changes... --- Mail.org | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'Mail.org') diff --git a/Mail.org b/Mail.org index c749918..1ded00d 100644 --- a/Mail.org +++ b/Mail.org @@ -59,16 +59,34 @@ smtpmail-smtp-service 465 smtpmail-stream-type 'ssl) + (setq mu4e-compose-signature (concat + "Pozdrawiam,\n" + "Jakub Długosz")) + (mu4e t)) +#+end_src + +*mu4e-alert* + +#+begin_src emacs-lisp + (use-package mu4e-alert + :defer 20 + :config + (mu4e-alert-set-default-style 'libnotify) + (mu4e-alert-enable-mode-line-display) + (mu4e-alert-enable-notifications)) +#+end_src + +*mu4e bindings* + +#+begin_src emacs-lisp (jd/leader-key-def "m" '(:ignore t :which-key "mail") "mm" 'mu4e "mc" 'mu4e-compose-new) - (provide 'jd-mu4e) - #+end_src * mbsyncrc -- cgit v1.2.3