summaryrefslogtreecommitdiff
path: root/bookmark-conf.el
diff options
context:
space:
mode:
Diffstat (limited to 'bookmark-conf.el')
-rw-r--r--bookmark-conf.el13
1 files changed, 10 insertions, 3 deletions
diff --git a/bookmark-conf.el b/bookmark-conf.el
index a8244e5..fc95cb8 100644
--- a/bookmark-conf.el
+++ b/bookmark-conf.el
@@ -50,6 +50,7 @@
blist-filter-groups
(list
(cons "Eshell" #'blist-eshell-p)
+ (cons "EWW" #'blist-eww-p)
(cons "Gnus" #'blist-gnus-p)
(cons "PDF" #'blist-pdf-p)
(cons "ELisp" #'blist-elisp-p)
@@ -64,9 +65,15 @@
;; There seems to be only two GNUS bookmark handlers (or one?)
(blist-define-criterion "gnus" "Gnus"
- (let ((handler (bookmark-get-handler bookmark)))
- (memq handler (list #'gnus-summary-bookmark-jump
- #'gnus-bookmark-jump))))
+ (memq (bookmark-get-handler bookmark)
+ (list #'gnus-summary-bookmark-jump
+ #'gnus-bookmark-jump)))
+
+;;;; EWW group
+
+(blist-define-criterion "eww" "EWW"
+ (eq (bookmark-get-handler bookmark)
+ #'durand-eww-bookmark-jump))
;;;; Info group