fix(notmuch): use new workspace name in +notmuch/quit
This change was meant to be included in the first commit where I changed the default notmuch workspace name.
This commit is contained in:
parent
6fc1aa9c62
commit
fc2682e4ff
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
;; (+popup/close (get-buffer-window "*notmuch-hello*"))
|
||||
(doom-kill-matching-buffers "^\\*notmuch")
|
||||
(when (modulep! :ui workspaces)
|
||||
(+workspace/delete "*MAIL*")))
|
||||
(+workspace/delete +notmuch-workspace-name)))
|
||||
|
||||
(defun +notmuch-get-sync-command ()
|
||||
"Return a shell command string to synchronize your notmuch mail with."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue