From 13aef359c29ec393dc952d0ab6525c61ce1581d5 Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Thu, 20 Feb 2025 12:01:20 +0300 Subject: [PATCH] mail: move notmuch-show to workspace 0 --- .emacs.d/mail.el | 3 ++- Mail.org | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.emacs.d/mail.el b/.emacs.d/mail.el index 9acbb50..4177b7b 100644 --- a/.emacs.d/mail.el +++ b/.emacs.d/mail.el @@ -54,7 +54,8 @@ notmuch-hello-mode 0 "mail" notmuch-search-mode 0 "mail" notmuch-tree-mode 0 "mail" - notmuch-message-mode 0 "mail") + notmuch-message-mode 0 "mail" + notmuch-show-mode 0 "mail") (setq notmuch-saved-searches '((:name "drafts" :query "tag:draft" :key "d") diff --git a/Mail.org b/Mail.org index e49c025..5929044 100644 --- a/Mail.org +++ b/Mail.org @@ -455,7 +455,8 @@ Root keybindings: notmuch-hello-mode 0 "mail" notmuch-search-mode 0 "mail" notmuch-tree-mode 0 "mail" - notmuch-message-mode 0 "mail") + notmuch-message-mode 0 "mail" + notmuch-show-mode 0 "mail") #+end_src #+NAME: root_tags