summaryrefslogtreecommitdiff
path: root/modes/notmuch
AgeCommit message (Collapse)Author
2024-08-05notmuch: fix `RET` keybinding in `notmuch-hello-mode`.Milan Glacier
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.
2022-06-06Change package-requires to 26.3James Nguyen
25 was already deprecated a year ago: https://github.com/emacs-evil/evil-collection/pull/508/files
2021-12-28notmuch: use notmuch-tree-archive-thread-then-next in tree viewDominik Honnef
Default notmuch keymaps bind A to notmuch-tree-archive-thread-then-next in both notmuch-show-mode and notmuch-tree-mode.
2021-02-03Refactor menu-items to use evil-collection-define-operator-keyJames Nguyen
2020-12-27Put notmuch-common-keymap lastGerry Agbobada
Since all the other maps in `evil-collection-notmuch-maps` have notmuch-common-keymap as parent https://git.notmuchmail.org/git?p=notmuch;a=blob;f=emacs/notmuch-hello.el;h=fa31694ff0f79a7f2781849394390a673f75aade;hb=HEAD#l651 When `evil-collection-setup-hook` runs, if it changes keymaps using a `dolist` over `evil-collection-notmuch-maps`, then a binding might see 2 changes at once. See discussion here https://github.com/hlissner/doom-emacs/pull/4403#issuecomment-750907188
2020-12-21Update notmuch binds to reflect changes in notmuchAbin Simon
2020-04-26travis: fix lintingKien Nguyen
2019-10-09Use subdirectories for setup files (+READMEs)Justin Burkett
Move setup files into subdirectories. Move mode directories to modes subdir. This will make it easy to specify a recipe in melpa that maintains the directory structure. Add interactive functions to jump to .el and README files See #170