From 42d42bc1276e3075685f08d8715333d126295c94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Fri, 7 May 2021 22:13:58 +0200 Subject: Notmuch org store link --- config/doom/config.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"))) -- cgit v1.2.3