From 073085075a19090fe6cb82fd28e166180d4302b2 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Wed, 20 Aug 2025 09:32:21 +0800 Subject: bookmark: adjust EWW group position * bookmark-conf.el (blist-filter-groups): Add the group of EWW bookmarks to the manual list so that it is listed in an upper position. --- bookmark-conf.el | 1 + 1 file changed, 1 insertion(+) diff --git a/bookmark-conf.el b/bookmark-conf.el index 017a4f2..e747373 100644 --- a/bookmark-conf.el +++ b/bookmark-conf.el @@ -100,6 +100,7 @@ (cons "PDF" #'blist-pdf-p) (cons "C" #'blist-c-p) (cons "Gnus" #'blist-gnus-p) + (cons "EWW" #'blist-eww-p) (cons "ELisp" #'blist-elisp-p) (cons "Eshell" #'blist-eshell-p) (cons "Dired" #'blist-dired-p))) -- cgit v1.2.3-18-g5258