X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=emacs%2F.emacs;h=b2f87c1fcdfb974f7d1a45a215d17071f086128c;hb=e1b8808d4c26702b96d3524fb32e631b6289a389;hp=c4c5da219c6ae3d6275e79705be021ee30643d95;hpb=3b610da91d63ebc4072b2c4e3aa89dfae944fcbb;p=max%2Fdotfiles.git diff --git a/emacs/.emacs b/emacs/.emacs index c4c5da2..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") @@ -192,7 +192,19 @@ (smtpmail-smtp-service . 587)))) mu4e-context-policy 'pick-first) - (setq mu4e-html2text-command "lynx -stdin -dump -force_html")) + (setq mu4e-html2text-command "lynx -stdin -dump -force_html") + (add-to-list 'mu4e-bookmarks + '((concatenate + 'string + "flag:unread " + "AND ( " + "maildir:/personal/Inbox OR " + "maildir:/personal/slackware OR " + "maildir:/personal-gmail/Inbox OR " + "maildir:/aber/Inbox " + ")") "Unread Interesting Messages" ?i) + )) + (use-package mu4e-alert :ensure t :config @@ -206,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))