summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2025-08-20 09:32:21 +0800
committerJSDurand <mmemmew@gmail.com>2025-08-20 09:32:21 +0800
commit073085075a19090fe6cb82fd28e166180d4302b2 (patch)
tree3d1afe635d3bbd47bf0999891c525798db6502f5
parenteffba3d828bb3502edbbb56e34efbd3a2cd49969 (diff)
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.
-rw-r--r--bookmark-conf.el1
1 files changed, 1 insertions, 0 deletions
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)))