diff --git a/emacs/notmuch-jump.el b/emacs/notmuch-jump.el index 05ec57ec..20e24b25 100644 --- a/emacs/notmuch-jump.el +++ b/emacs/notmuch-jump.el @@ -170,3 +170,7 @@ buffer." (setq notmuch-jump--action ',(third action)) (exit-minibuffer)))) map)) + +;; + +(provide 'notmuch-jump)