Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
notmuch: fix
RET
keybinding in notmuch-hello-mode
.
In the previous version, pressing "RET" (i.e., calling `evil-collection-notmuch-hello-ret`) on a recent search to enter a search mode buffer, then pressing `q` to quit the search buffer and return to the hello buffer, would result in all evil state keybindings in `notmuch-hello-mode-map` being deactivated. Rewriting the `evil-collection-notmuch-hello-ret` function resolves this issue.
- Loading branch information