aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/notmuch.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/notmuch.el b/emacs/notmuch.el
index 8b153cc0..0adaf8b4 100644
--- a/emacs/notmuch.el
+++ b/emacs/notmuch.el
@@ -268,7 +268,6 @@ For a mouse binding, return nil."
(define-key map "-" 'notmuch-search-remove-tag)
(define-key map "+" 'notmuch-search-add-tag)
(define-key map (kbd "RET") 'notmuch-search-show-thread)
- (define-key map "F" 'notmuch-folder)
map)
"Keymap for \"notmuch search\" buffers.")
(fset 'notmuch-search-mode-map notmuch-search-mode-map)