From 9329125383e2329ac75432a62f5a81d50db4d78b Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sun, 8 Jan 2023 22:38:52 +0800 Subject: bookmark: add types to handlers and use that for grouping * bookmark-conf.el ("durand"): Use types of bookmark handlers as group headings. (pdf-view-bookmark-jump-handler): Give it the type "PDF". (durand-external-jump): Give it the type "External". * eww-conf.el: Give the handler for EWW the type "EWW". --- eww-conf.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'eww-conf.el') diff --git a/eww-conf.el b/eww-conf.el index dae5a7a..d6d8bd2 100644 --- a/eww-conf.el +++ b/eww-conf.el @@ -484,6 +484,9 @@ Just a temporary advice to override `pop-to-buffer'." ;; NOTE: It works with jumping in another window. +;; This is added in Emacs-29. +(put 'durand-eww-bookmark-jump 'bookmark-handler-type "EWW") + ;;;###autoload (defun durand-eww-bookmark-jump (bookmark) "Jump to BOOKMARK in EWW. -- cgit v1.2.3-18-g5258