Use eww bookmarks

This commit is contained in:
contrapunctus 2022-07-12 12:22:58 +05:30
parent 154294c5f2
commit c18c1ad5e5
1 changed files with 5 additions and 2 deletions

View File

@ -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)