diff options
| author | jao <jao@gnu.org> | 2026-08-30 01:34:59 +0100 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2026-08-30 01:35:49 +0100 |
| commit | af2dddac50f73ceb414ebb844903b876ae0f8cdc (patch) | |
| tree | 626b587144baf9e075e4ca6ca9a0db9c0452e4ad /custom | |
| parent | 637347ed22733392b0fccddc8a91770091aa523f (diff) | |
| download | elibs-af2dddac50f73ceb414ebb844903b876ae0f8cdc.tar.gz elibs-af2dddac50f73ceb414ebb844903b876ae0f8cdc.tar.bz2 | |
eww-session using multisession variables
Diffstat (limited to 'custom')
| -rw-r--r-- | custom/jao-custom-eww.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/jao-custom-eww.el b/custom/jao-custom-eww.el index a71d704..8c48823 100644 --- a/custom/jao-custom-eww.el +++ b/custom/jao-custom-eww.el @@ -184,6 +184,7 @@ (shr-blocked-images nil) (shr-inhibit-images t) (shr-max-image-proportion 0.8) + (shr-sliced-image-height 0.7) (shr-hr-line ?―))) (use-package eww @@ -214,8 +215,7 @@ ("O" . jao-eww-browse-new) ("r" . jao-eww-reload) ("R" . eww-readable) - ("s" . eww-search-words) - ("S" . jao-eww-browse-new) + ("/" . eww-search-words) ("T" . jao-mastodon-toot-url) ("u" . jao-eww-reopen) ("U" . jao-eww-reopen-new) |
