diff options
Diffstat (limited to 'bookmark-conf.el')
-rw-r--r-- | bookmark-conf.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bookmark-conf.el b/bookmark-conf.el index 12409cb..6d44a99 100644 --- a/bookmark-conf.el +++ b/bookmark-conf.el @@ -96,6 +96,7 @@ blist-filter-groups (list (cons "बोधिचर्यावतारस्य" #'blist-bodhicaryAvatAra-p) + (cons "पक्षस्य" #'blist-pakSa-p) (cons "PDF" #'blist-pdf-p) (cons "C" #'blist-c-p) (cons "Gnus" #'blist-gnus-p) @@ -194,6 +195,12 @@ (string-match-p "बोधिचर्यावतार" (bookmark-name-from-full-record bookmark)))) +;;;; पक्षः group + +(blist-define-criterion "pakSa" "पक्षस्य" + (string-match-p + (rx bos "thèse") (bookmark-name-from-full-record bookmark))) + ;;;; Gnus group ;; There seems to be only two GNUS bookmark handlers (or one?) |