diff --git a/dotfiles/.emacs.d/email.org b/dotfiles/.emacs.d/email.org index c28b85c..a14a6af 100644 --- a/dotfiles/.emacs.d/email.org +++ b/dotfiles/.emacs.d/email.org @@ -110,7 +110,8 @@ From here, I can continue onto configuring the ~mu4e~ emacs package. ((mu4e-message-contact-field-matches msg :from "venmo@venmo.com") "/Finance") ((mu4e-message-contact-field-matches msg :from "donotreply@officeally.com") "/Finance") ((mu4e-message-contact-field-matches msg :from "online.communications@alerts.comcast.net") "/Finance") - + ((mu4e-message-contact-field-matches msg :from "orders@eat.grubhub.com") "/Finance") + ((mu4e-message-contact-field-matches msg :from "noreply@online.wingstop.com") "/Finance") ;; Packages/Shipping ((mu4e-message-contact-field-matches msg :from "return@amazon.com") "/Packages") diff --git a/home-manager/common.nix b/home-manager/common.nix index 0887798..958b5da 100644 --- a/home-manager/common.nix +++ b/home-manager/common.nix @@ -21,6 +21,7 @@ # Dev tools clang + clang-tools cargo python3 gnumake