diff options
author | Griffin Smith <grfn@gws.fyi> | 2022-03-16T13·57-0400 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-03-16T14·07+0000 |
commit | 8a00dc92f1bb9f3e767193cebd158cb1daa3c410 (patch) | |
tree | 051ba1f51a1bb627163065780d9763610afc3af7 /users/grfn | |
parent | 68b5536c7693151980edfe0c601c3d03013b1658 (diff) |
fix(grfn/emacs): Correct email opening command r/3910
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 <grfn@gws.fyi> Autosubmit: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'users/grfn')
-rw-r--r-- | users/grfn/emacs.d/+bindings.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/emacs.d/+bindings.el b/users/grfn/emacs.d/+bindings.el index 0faa7f9ed849..abd4b771e242 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) |