diff options
-rw-r--r-- | bookmark-conf.el | 6 |
1 files 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) |