From 5ef7af33cf1bd9c7c8f3537dd288fcc60e349e86 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Wed, 15 Sep 2021 00:55:36 +0800 Subject: bookmark: add Info group * bookmark-conf.el (blist-filter-groups, blist-info-p): Add the info group. --- bookmark-conf.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bookmark-conf.el b/bookmark-conf.el index bfb78f5..a8244e5 100644 --- a/bookmark-conf.el +++ b/bookmark-conf.el @@ -53,6 +53,7 @@ (cons "Gnus" #'blist-gnus-p) (cons "PDF" #'blist-pdf-p) (cons "ELisp" #'blist-elisp-p) + (cons "Info" #'blist-info-p) (cons "Org" #'blist-org-p) (cons "C" #'blist-c-p) (cons "Default" #'blist-default-p))) @@ -67,6 +68,12 @@ (memq handler (list #'gnus-summary-bookmark-jump #'gnus-bookmark-jump)))) +;;;; Info group + +(blist-define-criterion "info" "Info" + (eq (bookmark-get-handler bookmark) + #'Info-bookmark-jump)) + ;;;; PDF group (blist-define-criterion "pdf" "PDF" -- cgit v1.2.3-18-g5258