diff options
| author | jao <jao@gnu.org> | 2026-06-26 19:51:40 +0100 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2026-06-26 19:52:44 +0100 |
| commit | 2e44da4d5bd9c21dcf25c196364ab1627fe8795e (patch) | |
| tree | 4b2ed4d59d4ffb423b0d9b27033bdd91eb90c7ac | |
| parent | 049453597ec1324ff19da2c95cb0ca02448eb806 (diff) | |
| download | elibs-2e44da4d5bd9c21dcf25c196364ab1627fe8795e.tar.gz elibs-2e44da4d5bd9c21dcf25c196364ab1627fe8795e.tar.bz2 | |
notmuch/eww fix
| -rw-r--r-- | custom/jao-custom-notmuch.el | 6 |
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)) |
