From c9999239c119970dcc07517dfe075444e5ead74b Mon Sep 17 00:00:00 2001 From: JSDurand Date: Wed, 15 Sep 2021 17:58:23 +0800 Subject: change the order of filter groups of bookmarks --- bookmark-conf.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bookmark-conf.el b/bookmark-conf.el index fc95cb8..5604634 100644 --- a/bookmark-conf.el +++ b/bookmark-conf.el @@ -49,11 +49,11 @@ (setq 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 "Eshell" #'blist-eshell-p) (cons "ELisp" #'blist-elisp-p) + (cons "Gnus" #'blist-gnus-p) + (cons "EWW" #'blist-eww-p) (cons "Info" #'blist-info-p) (cons "Org" #'blist-org-p) (cons "C" #'blist-c-p) -- cgit v1.2.3-18-g5258