diff options
-rw-r--r-- | config/doom/config.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/doom/config.org b/config/doom/config.org index bb00d04..8139d59 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -159,6 +159,7 @@ this new window. ("d" . notmuch-show-delete-message) ("D" . notmuch-show-delete-thread-then-exit) ("i" . notmuch-show-tag-spam) + ("cr" . org-store-link) ) :config (setq-default notmuch-search-oldest-first nil) @@ -170,7 +171,7 @@ this new window. '((:name "inbox" :query "tag:inbox" :key "i" :sort-order newest-first) (:name "CMK" :query "(tag:CMK-JIRA or tag:lists/gerrit-check_mk) and tag:unread" :key "c") (:name "flagged" :query "tag:flagged" :key "f") - (:name "sent" :query "tag:sent" :key "s") + (:name "sent" :query "tag:sent" :key "s") (:name "unread" :query "tag:unread" :key "u") (:name "drafts" :query "tag:draft" :key "d"))) |