diff options
author | JSDurand <mmemmew@gmail.com> | 2024-03-01 13:18:00 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2024-03-01 13:18:00 +0800 |
commit | d0c58e5c37b6b9da7efaa69ff3a16766190e0a93 (patch) | |
tree | 6a231e5724bb727eb98bb266d8b2d9db268a47b1 /bookmark-conf.el | |
parent | 40c757436da69d4e1babb1b618175a02ecc237ca (diff) |
bookmark: new group पक्ष
This group is reserved for thèse-related bookmarks.
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?) |