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.