]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: Move ?, q, s, m, =, and G to the common keymap
authorAustin Clements <amdragon@MIT.EDU>
Tue, 3 Sep 2013 21:45:25 +0000 (17:45 -0400)
committerDavid Bremner <bremner@debian.org>
Tue, 10 Sep 2013 11:07:38 +0000 (08:07 -0300)
The only user-visible effect of this should be that "G" now works in
show mode (previously it was unbound for no apparent reason).

This shared keymap gives us one place to put global commands, which
both forces us to think about what commands should be global, and
ensures their bindings can't diverge (like the missing "G" in show).


No differences found