X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=emacs%2F.emacs;h=b2f87c1fcdfb974f7d1a45a215d17071f086128c;hb=e1b8808d4c26702b96d3524fb32e631b6289a389;hp=bf43b9c68aad1913a53f3e18dab9bbe4c3fa47b7;hpb=541ca7adb5397879e64a674437aade7cf3833a1a;p=max%2Fdotfiles.git diff --git a/emacs/.emacs b/emacs/.emacs index bf43b9c..b2f87c1 100644 --- a/emacs/.emacs +++ b/emacs/.emacs @@ -22,7 +22,7 @@ ("#CC9393" "#DFAF8F" "#F0DFAF" "#7F9F7F" "#BFEBBF" "#93E0E3" "#94BFF3" "#DC8CC3"))) '(package-selected-packages (quote - (yaml-mode minimap js2-mode editorconfig wanderlust evil-magit evil-leader evil-org molokai-theme org-evil flycheck-mypy jinja2 jinja2-mode highlight-indent-guides projectile helm-projectile zenburn-theme helm helm-config use-package flycheck company-jedi company org evil))) + (mu4e-alert yaml-mode minimap js2-mode editorconfig wanderlust evil-magit evil-leader evil-org molokai-theme org-evil flycheck-mypy jinja2 jinja2-mode highlight-indent-guides projectile helm-projectile zenburn-theme helm helm-config use-package flycheck company-jedi company org evil))) '(pdf-view-midnight-colors (quote ("#DCDCCC" . "#383838"))) '(vc-annotate-background "#2B2B2B") '(vc-annotate-color-map @@ -183,7 +183,7 @@ (when msg (mu4e-message-contact-field-matches msg (list :to :cc :bcc) - "maf54\\+?.*@aber.ac.uk"))) + ".*@aber.ac.uk"))) :vars '((user-mail-address . "maf54@aber.ac.uk") (user-full-name . "Maximilian Friedersdorff") (mu4e-sent-folder . "/aber/Sent") @@ -218,7 +218,7 @@ "maildir:/personal-gmail/Inbox OR " "maildir:/aber/Inbox " ")")) - (mu4e-alert-set-default-style 'notifications) + (mu4e-alert-set-default-style 'libnotify) (add-hook 'after-init-hook #'mu4e-alert-enable-notifications))