diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2021-05-07 22:13:58 +0200 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2021-05-17 09:59:37 +0200 |
commit | 42d42bc1276e3075685f08d8715333d126295c94 (patch) | |
tree | c5c7510427a15c967e8e7c86ad42039bc7169f76 /config | |
parent | 5a9128416b922c645544277d13e1f408c8bbd33b (diff) | |
download | dotfiles-42d42bc1276e3075685f08d8715333d126295c94.tar.gz dotfiles-42d42bc1276e3075685f08d8715333d126295c94.tar.bz2 dotfiles-42d42bc1276e3075685f08d8715333d126295c94.zip |
Notmuch org store link
Diffstat (limited to 'config')
-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"))) |