about summary refs log tree commit diff
path: root/users/grfn
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2022-03-16T13·57-0400
committerclbot <clbot@tvl.fyi>2022-03-16T14·07+0000
commit8a00dc92f1bb9f3e767193cebd158cb1daa3c410 (patch)
tree051ba1f51a1bb627163065780d9763610afc3af7 /users/grfn
parent68b5536c7693151980edfe0c601c3d03013b1658 (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.el2
1 files changed, 1 insertions, 1 deletions
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)