From b7fd980a7f4cddc8bf70c4491d1ce434cf7237bb Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 14 Dec 2025 22:14:12 +0000 Subject: nits --- custom/jao-custom-notmuch.el | 2 +- custom/jao-custom-org.el | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 2fa9be9..9fb9231 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -11,7 +11,7 @@ (:name "J" :query ,(concat "tag:new and tag:jao and not " - "tag:\"/local|hacking|draft|inbox|prog|words|write/\"") + "tag:\"/feeds|local|hacking|draft|inbox|prog|words|write/\"") :face default) (:name "H" :query "tag:new and tag:hacking and not tag:\"/emacs/\"") (:name "E" :query "tag:new and tag:\"/emacs/\"") diff --git a/custom/jao-custom-org.el b/custom/jao-custom-org.el index e73a99b..5a8306e 100644 --- a/custom/jao-custom-org.el +++ b/custom/jao-custom-org.el @@ -49,7 +49,8 @@ (sequence "|" "CANCELLED(x!)" "SOMEDAY(o!)" "DONE(d!)")) org-use-fast-todo-selection t org-use-speed-commands nil ;; t and then ? to see help - org-gnus-prefer-web-links nil)) + org-gnus-prefer-web-links nil) + :bind (:map org-mode-map ("" . org-shifttab))) ;;; Agenda (defun jao-org-agenda-fmt-date (date) -- cgit v1.2.3