From 3dbc9604d483498ce430b55869d2371939dd5b28 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Tue, 25 Feb 2025 17:26:16 +0100 Subject: [PATCH] Mark bookmarks to EWW --- site-lisp/db-utils.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site-lisp/db-utils.el b/site-lisp/db-utils.el index b8a5e3e..4800e2b 100644 --- a/site-lisp/db-utils.el +++ b/site-lisp/db-utils.el @@ -865,6 +865,8 @@ it." "Extract filename from bookmark BMK and apply `eww' to it." (eww (bookmark-get-filename bmk))) +(put 'db/bookmark-eww 'bookmark-handler-type "EWW") + (defun db/bookmark-add-external (location name) "Add NAME as bookmark to LOCATION that is opened by the operating system. Offers simple completing from the list of recently opened files.