diff options
-rw-r--r-- | bookmark-conf.el | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/bookmark-conf.el b/bookmark-conf.el index eaf6dbc..74878dd 100644 --- a/bookmark-conf.el +++ b/bookmark-conf.el @@ -92,12 +92,7 @@ ;;;;; Automatic groups (ilist-dag "durand" blist-filter-default-label - (cond - ;; The following two clauses ensure that the default group - ;; stays at the bottom of the list. - ((string= x "Default") nil) - ((string= y "Default")) - ((string-lessp x y))) + #'blist-filter-sorter-default (save-match-data (let* ((handler (bookmark-get-handler element)) (handler-name (and handler (format "%S" handler))) |