From 8a00dc92f1bb9f3e767193cebd158cb1daa3c410 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Wed, 16 Mar 2022 09:57:00 -0400 Subject: fix(grfn/emacs): Correct email opening command Apparently notmuch-tree-jump-search doesn't autoload correctly, not to mention I'm not sure it ever actually did anything different than notmuch-jump-search Change-Id: I93044513e69ee5fef84475467f258ce90abfb2fb Reviewed-on: https://cl.tvl.fyi/c/depot/+/5391 Reviewed-by: grfn Autosubmit: grfn Tested-by: BuildkiteCI --- users/grfn/emacs.d/+bindings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/grfn') diff --git a/users/grfn/emacs.d/+bindings.el b/users/grfn/emacs.d/+bindings.el index 0faa7f9ed8..abd4b771e2 100644 --- a/users/grfn/emacs.d/+bindings.el +++ b/users/grfn/emacs.d/+bindings.el @@ -376,7 +376,7 @@ private/hlissner/snippets." :desc "Slack Unreads" :n "u" #'slack-select-unread-rooms :desc "Slack Threads" :n "r" #'slack-all-threads - :desc "Email" :n "m" #'notmuch-tree-jump-search + :desc "Email" :n "m" #'notmuch-jump-search (:desc "ERC" :prefix "e" :desc "Channel" :n "c" #'erc-switch-to-buffer) -- cgit 1.4.1