aboutsummaryrefslogtreecommitdiff
path: root/emacs/notmuch.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2020-11-08 20:02:48 +0100
committerDavid Bremner <david@tethera.net>2020-11-11 20:13:26 -0400
commit05a436f730cf6277c403b445bca9419ea89a7b2d (patch)
tree342ff35eb2241060a1491c08083ef75dfc741e14 /emacs/notmuch.el
parentb9f328b75d02772d74fe2d8fc03f6a5631acacac (diff)
emacs: don't fset keymaps
These keymaps are never invoked as commands so the function definitions serve no purpose.
Diffstat (limited to 'emacs/notmuch.el')
-rw-r--r--emacs/notmuch.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/notmuch.el b/emacs/notmuch.el
index 83bcee57..165aaa43 100644
--- a/emacs/notmuch.el
+++ b/emacs/notmuch.el
@@ -194,7 +194,6 @@ there will be called at other points of notmuch execution."
(define-key map "U" 'notmuch-unthreaded-from-search-current-query)
map)
"Keymap for \"notmuch search\" buffers.")
-(fset 'notmuch-search-mode-map notmuch-search-mode-map)
(defvar notmuch-search-stash-map
(let ((map (make-sparse-keymap)))