From c18c1ad5e550a2a4f686f805bb9fc5fca302c0cb Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Tue, 12 Jul 2022 12:22:58 +0530 Subject: [PATCH] Use eww bookmarks --- init.org | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/init.org b/init.org index d524787..36b3caf 100644 --- a/init.org +++ b/init.org @@ -851,7 +851,8 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol ("T" (my-start-app-or-switch "transmission-gtk") "bittorrent") ("s" (my-start-app-or-switch "xfce4-screenshooter") "screenshot") ("q" (my-start-app-or-switch "qtractor") "Qtractor") - ("w" my-eww "eww")) + ("W" my-eww "eww") + ("w" eww-list-bookmarks "eww bookmarks")) #+END_SRC *** org @@ -2718,9 +2719,11 @@ An example of querying the Chronometrist file data - finding out how much time I ("c" . #'shr-previous-link) ("r" . #'shr-next-link) ("v" . nil)) + (:map eww-bookmark-mode-map + ("c" . #'previous-line) + ("r" . #'next-line)) ;; end boon-specific config ) - (defun my-eww () (interactive) (cond ((derived-mode-p 'dired-mode)