summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-notmuch.el
diff options
context:
space:
mode:
Diffstat (limited to 'custom/jao-custom-notmuch.el')
-rw-r--r--custom/jao-custom-notmuch.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el
index a48cd3a..4d08204 100644
--- a/custom/jao-custom-notmuch.el
+++ b/custom/jao-custom-notmuch.el
@@ -514,14 +514,14 @@
(car (last (jao-notmuch-message-urls))))))
(if ext
(funcall browse-url-secondary-browser-function url)
- (window-configuration-to-register ?G)
- (select-window notmuch-tree-message-window)t
+ (window-configuration-to-register ?H)
+ (select-window notmuch-tree-message-window)
(eww url))))
(defun jao-notmuch-from-eww (keep-eww-buffer)
(interactive "P")
(unless keep-eww-buffer (jao-eww-close))
- (jump-to-register ?G))
+ (jump-to-register ?H))
(with-eval-after-load 'eww
(define-key eww-mode-map (kbd "h") #'jao-notmuch-from-eww))