]> git.notmuchmail.org Git - notmuch/commit
emacs: define notmuch-message-mode-map explicitly
authorJonas Bernoulli <jonas@bernoul.li>
Sun, 8 Nov 2020 19:02:46 +0000 (20:02 +0100)
committerDavid Bremner <david@tethera.net>
Thu, 12 Nov 2020 00:13:00 +0000 (20:13 -0400)
commit0496668ad58c20f6931e11e40c9d877eb80e355a
treef499989b91486f217f1daa7d94782befeeb38805
parentbad0549da4ad7ae0d9788e5c3f08f7c7a2b7cb59
emacs: define notmuch-message-mode-map explicitly

Key bindings should not be defined at the top-level but inside
a `defvar' form.  Doing it at the top-level makes it harder to
reliably customize key bindings.
emacs/notmuch-mua.el