From d50065949dba578843ea8e67646c2733f2f71c0c Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 12 Mar 2024 00:58:48 +0000 Subject: nits --- custom/jao-custom-notmuch.el | 5 ++--- init.el | 3 ++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 6f47364..989ccdf 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -12,9 +12,8 @@ (:name "W" :query "tag:new and tag:bigml and not tag:\"/support|bugs|inbox/\"" :face default) - (:name "I" - :query "tag:new and tag:jao and (tag:inbox or tag:write)" - :face jao-themes-warning) + (:name "I" :query "tag:new and tag:jao and tag:inbox" :face jao-themes-warning) + (:name "W" :query "tag:new and tag:jao and tag:write" :face jao-themes-warning) (:name "J" :query ,(concat "tag:new and tag:jao and not " "tag:\"/local|hacking|draft|inbox|prog|words|write/\"") diff --git a/init.el b/init.el index 4e9a97a..1fa1b44 100644 --- a/init.el +++ b/init.el @@ -3199,7 +3199,8 @@ '(xmobar-left-string xmobar-elastic-space xmobar-right-string)) - xmobar-command "xmobar-emacs")) + xmobar-command + (if window-system '("xmobar-emacs" "-TAnsi") "xmobar-emacs"))) ;;; Global transients (defun jao-list-packages () -- cgit v1.2.3