| Age | Commit message (Collapse) | Author |
|
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.
|
|
25 was already deprecated a year ago:
https://github.com/emacs-evil/evil-collection/pull/508/files
|
|
Default notmuch keymaps bind A to
notmuch-tree-archive-thread-then-next in both notmuch-show-mode and
notmuch-tree-mode.
|
|
|
|
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
|
|
|
|
|
|
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
|